[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)
commit10b35d9978ac35556aec0d2642055742d8941488
tree7c59c62e2840d7d9971076e1acccaa0cadd678b8
parenta559c91d77c3220be521453bd23815e1e1980a82
[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]