From: Alex Chiang Date: Thu, 8 May 2008 20:03:23 +0000 (-0600) Subject: [IA64] allow user to force_pal_cache_flush X-Git-Tag: v2.6.26-rc3~29^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13ae30e1397e3bfb38feb3b6e889af5d021f13d;p=pandora-kernel.git [IA64] allow user to force_pal_cache_flush The sequence executed in check_sal_cache_flush: - pend a timer interrupt - call SAL_CACHE_FLUSH - see if interrupt is still pending can hang HP machines with buggy SAL_CACHE_FLUSH implementations. Provide a kernel command-line argument to allow users skip this check if desired. Using this parameter will force ia64_sal_cache_flush to call ia64_pal_cache_flush() instead of SAL_CACHE_FLUSH. Signed-off-by: Alex Chiang Signed-off-by: Tony Luck --- Reading git-diff-tree failed