Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356159
b: refs/heads/master
c: afd51a0
h: refs/heads/master
i:
  356157: 555eb6c
  356155: 38bc905
  356151: d9db475
  356143: 5f77cf4
  356127: b965d79
  356095: e047899
v: v3
  • Loading branch information
Alexander Duyck authored and H. Peter Anvin committed Nov 17, 2012
1 parent ccecb8f commit a57e696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 217f155e9fc68bf2a6c58a7b47e0d1ce68d78818
refs/heads/master: afd51a0e32cd79261f0e823400886ed322a355ac
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/acpi/sleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ int acpi_suspend_lowlevel(void)

#ifndef CONFIG_64BIT
header->pmode_entry = (u32)&wakeup_pmode_return;
header->pmode_cr3 = (u32)__pa(&initial_page_table);
header->pmode_cr3 = (u32)__pa_symbol(initial_page_table);
saved_magic = 0x12345678;
#else /* CONFIG_64BIT */
#ifdef CONFIG_SMP
Expand Down

0 comments on commit a57e696

Please sign in to comment.