diff options
| author | Tony Luck <tony.luck@intel.com> | 2005-07-13 15:15:43 -0400 | 
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2005-07-13 15:15:43 -0400 | 
| commit | 99ad25a313bda566a346b46a6015afa65bc0a02b (patch) | |
| tree | b9443fed1ab74f320c4ee0791864ee96d7c069df /arch/ia64/kernel/setup.c | |
| parent | f62c4a96f74d6c6dd56d1742697e94a5c2085e87 (diff) | |
| parent | 9a556e89081b0c1c2f83cee915363b15a68a6f2d (diff) | |
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'arch/ia64/kernel/setup.c')
| -rw-r--r-- | arch/ia64/kernel/setup.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 7fc891aca446..84f89da7c640 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
| @@ -41,6 +41,8 @@ | |||
| 41 | #include <linux/serial_core.h> | 41 | #include <linux/serial_core.h> | 
| 42 | #include <linux/efi.h> | 42 | #include <linux/efi.h> | 
| 43 | #include <linux/initrd.h> | 43 | #include <linux/initrd.h> | 
| 44 | #include <linux/platform.h> | ||
| 45 | #include <linux/pm.h> | ||
| 44 | 46 | ||
| 45 | #include <asm/ia32.h> | 47 | #include <asm/ia32.h> | 
| 46 | #include <asm/machvec.h> | 48 | #include <asm/machvec.h> | 
| @@ -816,6 +818,7 @@ cpu_init (void) | |||
| 816 | /* size of physical stacked register partition plus 8 bytes: */ | 818 | /* size of physical stacked register partition plus 8 bytes: */ | 
| 817 | __get_cpu_var(ia64_phys_stacked_size_p8) = num_phys_stacked*8 + 8; | 819 | __get_cpu_var(ia64_phys_stacked_size_p8) = num_phys_stacked*8 + 8; | 
| 818 | platform_cpu_init(); | 820 | platform_cpu_init(); | 
| 821 | pm_idle = default_idle; | ||
| 819 | } | 822 | } | 
| 820 | 823 | ||
| 821 | void | 824 | void | 
