]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Ski simulator doesn't need check_sal_cache_flush
authorAlex Chiang <achiang@hp.com>
Wed, 17 Sep 2008 00:25:33 +0000 (18:25 -0600)
committerTony Luck <tony.luck@intel.com>
Mon, 22 Sep 2008 21:13:32 +0000 (14:13 -0700)
commit4ec686663e3525789974b00790eb4dd45bd6090d
tree7d503922a63016adfc550326220046ba0ed6d43c
parent552e2c918d65540b994ace372c3d83cd38308616
[IA64] Ski simulator doesn't need check_sal_cache_flush

Peter Chubb reported that commit fac2eecec544bef83ba3f2f0a9c1b25d1687172a
(Update check_sal_cache_flush to use platform_send_ipi()) broke
Ski because it does not implement IPIs.

Tony Luck suggested we just #ifndef out the call (since the simulator
does not have the SAL bug that this code is attempting to detect and
workaround)

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/setup.c