]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] powerpc: merged asm/cputable.h
authorKumar Gala <galak@freescale.com>
Fri, 23 Sep 2005 19:08:58 +0000 (14:08 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Sep 2005 05:42:53 +0000 (15:42 +1000)
commit2e82fc9307d7a72fca0fe30473f477037ebc7a3d
tree7c59c62e2840d7d9971076e1acccaa0cadd678b8
parentf8ca8d6410bd35904a59b99a3569740edc865047
[PATCH] powerpc: merged asm/cputable.h

Merged cputable.h between ppc32 and ppc64.  In doing this removed support
for the BEGIN_FTR_SECTION/END_FTR_SECTION macros in C code since they
dont compile correctly.  C code should use cpu_has_feature().  This is
based on Arnd Bergmann's initial patch.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/cputable.c
arch/ppc64/kernel/cputable.c
include/asm-powerpc/cputable.h [new file with mode: 0644]
include/asm-ppc/cputable.h [deleted file]
include/asm-ppc/mmu_context.h
include/asm-ppc64/cputable.h [deleted file]