diff options
author | Kumar Gala <galak@freescale.com> | 2005-06-06 16:35:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 17:42:23 -0400 |
commit | 4481e8eea761857367162b0957277d5524fbea63 (patch) | |
tree | 2b8e0a7ae33b67be3e0a195a11919705e3934865 /arch/ppc/syslib/ppc8xx_pic.h | |
parent | 8e2894e51d6407e47226a60c0d19bf384642c55a (diff) |
[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>
Diffstat (limited to 'arch/ppc/syslib/ppc8xx_pic.h')
0 files changed, 0 insertions, 0 deletions