]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Conditionally compile e200 and e500 platforms in cputable
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 24 Dec 2007 14:44:47 +0000 (08:44 -0600)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 24 Dec 2007 14:44:47 +0000 (08:44 -0600)
commite3e414bcc2e994f98ca647f16fb31799570dc574
treed68e57e33d41a783341a80e18f0cdd7dc5ae38c0
parent8cb34d291d3bcf03f284a4c44c9d618ffc278a9d
[POWERPC] Conditionally compile e200 and e500 platforms in cputable

The e200 and e500 platforms are separated in various parts of the kernel with
ifdefs, most notably reg_booke.h and traps.c.  The new machine_check rework
requires them to be similarly separated in cputable.c to avoid compile errors.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/kernel/cputable.c