From: Kumar Gala Date: Mon, 6 Jun 2005 20:35:57 +0000 (-0700) Subject: [PATCH] ppc32: Fix incorrect CPU_FTR fixup usage for unified caches X-Git-Tag: v2.6.12~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4481e8eea761857367162b0957277d5524fbea63;p=pandora-kernel.git [PATCH] ppc32: Fix incorrect CPU_FTR fixup usage for unified caches Runtime feature support for unified caches was testing a userland feature flag (PPC_FEATURE_UNIFIED_CACHE) instead of a cpu feature flag (CPU_FTR_SPLIT_ID_CACHE). Luckily the current defined bit mask for cpu features and userland features do not overlap so this only causes an issue on machines with a unified cache, which is extremely rare on PPC today. Signed-off-by: Kumar Gala Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed