freebsd-dev/sys/powerpc
Marcel Moolenaar d5bbdb25b5 Add a catch-all for PCPU_MD_FIELDS. While we expect this to be
used in the kernel only (by virtue of checking for _KERNEL),
ports like lsof (part of gtop) cheat. It sets _KERNEL, but does
not set either AIM or E500. As such, PCPU_MD_FIELDS didn't get
defined and the build broke.
The catch-all is to define PCPU_MD_FIELDS with a dummy integer
when at the end of line we ended up without a definition for it.
2008-03-06 16:59:36 +00:00
..
aim Unify and generalize PowerPC headers, adjust AIM code accordingly. 2008-03-02 17:05:57 +00:00
booke Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family. 2008-03-03 17:17:00 +00:00
compile
conf Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500. 2008-03-04 03:05:53 +00:00
fpu Don't define DEBUG. No debugging required. 2008-02-24 17:10:30 +00:00
include Add a catch-all for PCPU_MD_FIELDS. While we expect this to be 2008-03-06 16:59:36 +00:00
mpc85xx o We don't have to keep track of the PIC, nor do we have to make sure 2008-03-05 18:39:01 +00:00
ofw
powermac Add PIC support for IPIs. When registering an interrupt handler, 2008-02-12 18:14:46 +00:00
powerpc Import the omitted gdb_machdep.c for PowerPC kernel. 2008-03-03 22:00:46 +00:00
psim Add PIC support for IPIs. When registering an interrupt handler, 2008-02-12 18:14:46 +00:00