diff options
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 |