commit | a14c4508f4bb1bb7772b1976a82646be8d8b515a | [log] [tgz] |
---|---|---|
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Fri Apr 13 04:33:25 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Apr 24 21:31:47 2007 +1000 |
tree | 15d6750cb360fdb74f89c63c4fda641f6b148667 | |
parent | c3ea6921a68ed4bdcfc782676c52707cbe347952 [diff] |
[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>