diff options
| author | Len Brown <len.brown@intel.com> | 2005-07-30 01:55:32 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2005-07-30 01:55:32 -0400 |
| commit | adbedd34244e2b054557002817f979a9b004a405 (patch) | |
| tree | 78e4a524e84f8b3e23ae8b49ac689048584e4668 /init/main.c | |
| parent | d6ac1a7910d22626bc77e73db091e00b810715f4 (diff) | |
| parent | b0825488a642cadcf39709961dde61440cb0731c (diff) | |
merge 2.6.13-rc4 with ACPI's to-linus tree
Diffstat (limited to 'init/main.c')
| -rw-r--r-- | init/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index b5e421e39ede..c9c311cf1771 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -51,6 +51,7 @@ | |||
| 51 | #include <asm/io.h> | 51 | #include <asm/io.h> |
| 52 | #include <asm/bugs.h> | 52 | #include <asm/bugs.h> |
| 53 | #include <asm/setup.h> | 53 | #include <asm/setup.h> |
| 54 | #include <asm/sections.h> | ||
| 54 | 55 | ||
| 55 | /* | 56 | /* |
| 56 | * This is one of the first .c files built. Error out early | 57 | * This is one of the first .c files built. Error out early |
| @@ -323,8 +324,6 @@ static void __init setup_per_cpu_areas(void) | |||
| 323 | { | 324 | { |
| 324 | unsigned long size, i; | 325 | unsigned long size, i; |
| 325 | char *ptr; | 326 | char *ptr; |
| 326 | /* Created by linker magic */ | ||
| 327 | extern char __per_cpu_start[], __per_cpu_end[]; | ||
| 328 | 327 | ||
| 329 | /* Copy section for each CPU (we discard the original) */ | 328 | /* Copy section for each CPU (we discard the original) */ |
| 330 | size = ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES); | 329 | size = ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES); |
