commit | 10b35d9978ac35556aec0d2642055742d8941488 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@freescale.com> | Fri Sep 23 14:08:58 2005 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 28 15:42:53 2005 +1000 |
tree | 7c59c62e2840d7d9971076e1acccaa0cadd678b8 | |
parent | a559c91d77c3220be521453bd23815e1e1980a82 [diff] |
[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>