]> err.no Git - linux-2.6/commit
[POWERPC] Fix PowerPC 750CL and 750GX CPU features
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Thu, 12 Apr 2007 18:33:25 +0000 (04:33 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 24 Apr 2007 11:31:47 +0000 (21:31 +1000)
commita14c4508f4bb1bb7772b1976a82646be8d8b515a
tree15d6750cb360fdb74f89c63c4fda641f6b148667
parentc3ea6921a68ed4bdcfc782676c52707cbe347952
[POWERPC] Fix PowerPC 750CL and 750GX CPU features

PowerPC 750CL has high BATs.  The patch below adds a CPU_FTRS_750CL that
includes that.  Without it, the original firmware mappings in the high BATs
aren't cleared which continue to override the linux translations.

It also adds CPU_FTR_COMMON to CPU_FTRS_750GX for completeness.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/cputable.c
include/asm-powerpc/cputable.h