Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161386
b: refs/heads/master
c: 62a3207
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Aug 17, 2009
1 parent 2b73029 commit bf5500c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c556e4198926b284ff5ff6756111a64e1e98cb0
refs/heads/master: 62a3207b8cf3de35368cdc3822b30b82d59eea95
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/tboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,12 @@ static int tboot_setup_sleep(void)

/* S3 resume code */
add_mac_region(acpi_wakeup_address, WAKEUP_SIZE);

#ifdef CONFIG_X86_TRAMPOLINE
/* AP trampoline code */
add_mac_region(virt_to_phys(trampoline_base), TRAMPOLINE_SIZE);
#endif

/* kernel code + data + bss */
add_mac_region(virt_to_phys(_text), _end - _text);

Expand Down

0 comments on commit bf5500c

Please sign in to comment.