trivial: fix style
Signed-off-by: Curtis Millar <curtis@curtism.me>
This commit is contained in:
parent
1ce721b418
commit
c2b7118fa8
1 changed files with 12 additions and 12 deletions
|
|
@ -1661,18 +1661,18 @@ exception_t benchmark_arch_map_logBuffer(word_t frame_cptr)
|
|||
paddr_t physical_address = ksUserLogBuffer + (idx << seL4_PageBits);
|
||||
|
||||
pde_t pde = pde_pde_large_new(
|
||||
0, /* xd */
|
||||
physical_address, /* page_base_address */
|
||||
VMKernelOnly, /* pat */
|
||||
1, /* global */
|
||||
0, /* dirty */
|
||||
0, /* accessed */
|
||||
0, /* cache_disabled */
|
||||
1, /* write_through */
|
||||
1, /* super_user */
|
||||
1, /* read_write */
|
||||
1 /* present */
|
||||
);
|
||||
0, /* xd */
|
||||
physical_address, /* page_base_address */
|
||||
VMKernelOnly, /* pat */
|
||||
1, /* global */
|
||||
0, /* dirty */
|
||||
0, /* accessed */
|
||||
0, /* cache_disabled */
|
||||
1, /* write_through */
|
||||
1, /* super_user */
|
||||
1, /* read_write */
|
||||
1 /* present */
|
||||
);
|
||||
|
||||
/* Stored in the PD slot after the device page table */
|
||||
x64KSKernelPDs[BIT(PDPT_INDEX_BITS) - 1][1] = pde;
|
||||
|
|
|
|||
Loading…
Reference in a new issue