Skip to content

Commit

Permalink
Fixed the TEST_DMMU_L2_UNMAP_PT test
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Guanciale committed Jul 30, 2015
1 parent 2a3010e commit 3f0539a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guests/dtest/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,9 @@ void test_l2_unmap_pt()


// Creating an L2 to map
va = (va_base | (uint32_t)0x100000);
va = (va_base | (uint32_t)0x300000);
pa = va2pa(va);
pga = va2pa(va_base |(uint32_t)0x300000);
pga = va2pa(va_base |(uint32_t)0x400000);

ISSUE_DMMU_HYPERCALL(CMD_UNMAP_L1_PT_ENTRY, va, 0, 0);
res= ISSUE_DMMU_HYPERCALL(CMD_CREATE_L2_PT, pa, 0, 0);
Expand Down

0 comments on commit 3f0539a

Please sign in to comment.