|
@@ -59,7 +59,7 @@ ENTRY(restore_image)
|
|
|
movq restore_cr3(%rip), %r9
|
|
|
|
|
|
/* prepare to switch to temporary page tables */
|
|
|
- movq temp_level4_pgt(%rip), %rax
|
|
|
+ movq temp_pgt(%rip), %rax
|
|
|
movq mmu_cr4_features(%rip), %rbx
|
|
|
|
|
|
/* prepare to copy image data to their original locations */
|