commit | e3e414bcc2e994f98ca647f16fb31799570dc574 | [log] [tgz] |
---|---|---|
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Mon Dec 24 08:44:47 2007 -0600 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Mon Dec 24 08:44:47 2007 -0600 |
tree | d68e57e33d41a783341a80e18f0cdd7dc5ae38c0 | |
parent | 8cb34d291d3bcf03f284a4c44c9d618ffc278a9d [diff] |
[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>