From: Xu, Anthony Date: Mon, 9 Jan 2006 02:36:35 +0000 (+0800) Subject: [IA64] pal cache flush patch X-Git-Tag: v2.6.16-rc1~82^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f15ac5801fdc1b217c3b8b5dbc63a09371d2ee4d;p=pandora-kernel.git [IA64] pal cache flush patch Because PAL spec has changed since 2002, you can goto http://developer.intel.com/design/itanium/manuals/iiasdmanual.htm to download new SDM, all PAL calls should be invoked with psr.ic=1, and it's caller's responsibility to handle possible tlb miss. Ia64_pal_cache_flush was written according to old spec, it is obsolete, and this patch has ia64_pal_cache_flush conform to new spec. Signed-off-by Anthony Xu Signed-off-by: Tony Luck --- Reading git-diff-tree failed