Fix formatting.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2019-05-14 15:19:48 +00:00
parent 2317067c31
commit 0ac6ef663b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347564

View File

@ -904,8 +904,8 @@ trap_fatal(frame, eva)
code & PGEX_U ? "user" : "supervisor",
code & PGEX_W ? "write" : "read",
code & PGEX_I ? "instruction" : "data",
code & PGEX_PK ? " prot key" : " ",
code & PGEX_SGX ? " SGX" : " ",
code & PGEX_PK ? " prot key" : "",
code & PGEX_SGX ? " SGX" : "",
code & PGEX_RSV ? "reserved bits in PTE" :
code & PGEX_P ? "protection violation" : "page not present");
}