]> git.karo-electronics.de Git - mv-sheeva.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)
commit4481e8eea761857367162b0957277d5524fbea63
tree2b8e0a7ae33b67be3e0a195a11919705e3934865
parent8e2894e51d6407e47226a60c0d19bf384642c55a
[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