[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)
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>

No differences found