diff options
author | Len Brown <len.brown@intel.com> | 2011-03-23 02:34:54 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-03-23 02:34:54 -0400 |
commit | 02e2407858fd62053bf60349c0e72cd1c7a4a60e (patch) | |
tree | 0ebdbddc97d3abbc675916010e7771065b70c137 /arch/x86/include/asm/acpi.h | |
parent | 96e1c408ea8a556c5b51e0e7d56bd2afbfbf5fe9 (diff) | |
parent | 6447f55da90b77faec1697d499ed7986bb4f6de6 (diff) |
Merge branch 'linus' into release
Conflicts:
arch/x86/kernel/acpi/sleep.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86/include/asm/acpi.h')
-rw-r--r-- | arch/x86/include/asm/acpi.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h index ef14da1f4ec5..12e0e7dd869c 100644 --- a/arch/x86/include/asm/acpi.h +++ b/arch/x86/include/asm/acpi.h | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <asm/processor.h> | 29 | #include <asm/processor.h> |
30 | #include <asm/mmu.h> | 30 | #include <asm/mmu.h> |
31 | #include <asm/mpspec.h> | 31 | #include <asm/mpspec.h> |
32 | #include <asm/trampoline.h> | ||
32 | 33 | ||
33 | #define COMPILER_DEPENDENT_INT64 long long | 34 | #define COMPILER_DEPENDENT_INT64 long long |
34 | #define COMPILER_DEPENDENT_UINT64 unsigned long long | 35 | #define COMPILER_DEPENDENT_UINT64 unsigned long long |
@@ -116,7 +117,8 @@ static inline void acpi_disable_pci(void) | |||
116 | /* Low-level suspend routine. */ | 117 | /* Low-level suspend routine. */ |
117 | extern int acpi_suspend_lowlevel(void); | 118 | extern int acpi_suspend_lowlevel(void); |
118 | 119 | ||
119 | extern unsigned long acpi_wakeup_address; | 120 | extern const unsigned char acpi_wakeup_code[]; |
121 | #define acpi_wakeup_address (__pa(TRAMPOLINE_SYM(acpi_wakeup_code))) | ||
120 | 122 | ||
121 | /* early initialization routine */ | 123 | /* early initialization routine */ |
122 | extern void acpi_reserve_wakeup_memory(void); | 124 | extern void acpi_reserve_wakeup_memory(void); |
@@ -185,15 +187,7 @@ struct bootnode; | |||
185 | 187 | ||
186 | #ifdef CONFIG_ACPI_NUMA | 188 | #ifdef CONFIG_ACPI_NUMA |
187 | extern int acpi_numa; | 189 | extern int acpi_numa; |
188 | extern void acpi_get_nodes(struct bootnode *physnodes, unsigned long start, | 190 | extern int x86_acpi_numa_init(void); |
189 | unsigned long end); | ||
190 | extern int acpi_scan_nodes(unsigned long start, unsigned long end); | ||
191 | #define NR_NODE_MEMBLKS (MAX_NUMNODES*2) | ||
192 | |||
193 | #ifdef CONFIG_NUMA_EMU | ||
194 | extern void acpi_fake_nodes(const struct bootnode *fake_nodes, | ||
195 | int num_nodes); | ||
196 | #endif | ||
197 | #endif /* CONFIG_ACPI_NUMA */ | 191 | #endif /* CONFIG_ACPI_NUMA */ |
198 | 192 | ||
199 | #define acpi_unlazy_tlb(x) leave_mm(x) | 193 | #define acpi_unlazy_tlb(x) leave_mm(x) |