author | Alex Chiang
<achiang@hp.com> 2008-09-17 00:25:33 UTC |
committer | Tony Luck
<tony.luck@intel.com> 2008-09-22 21:13:32 UTC |
parent | cec5eb7be3a104fffd27ca967ee8e15a123050e2 |
arch/ia64/kernel/setup.c | +2 | -0 |
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index c27d5b2c182..de636b21567 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c @@ -616,7 +616,9 @@ setup_arch (char **cmdline_p) ia64_mca_init(); platform_setup(cmdline_p); +#ifndef CONFIG_IA64_HP_SIM check_sal_cache_flush(); +#endif paging_init(); }