]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: Fix incorrect CPU_FTR fixup usage for unified caches
authorKumar Gala <galak@freescale.com>
Mon, 6 Jun 2005 20:35:57 +0000 (13:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 21:42:23 +0000 (14:42 -0700)
commitee0c6cd873b82b20d9958cfc826b68df4dfee04a
tree2b8e0a7ae33b67be3e0a195a11919705e3934865
parent1b8e6a7df569dba91b203fd4c11e70945625b11f
[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 <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/misc.S