17f4cae4a5
implementation specific vs. the common architecture definition. Bring PPC4XX defines (PSL, SPR, TLB). Note the new definitions under BOOKE_PPC4XX are not used in the code yet. This change set is not supposed to affect existing E500 support, it's just another reorg step before bringing support for E500mc, E5500 and PPC465. Obtained from: AppliedMicro, Freescale, Semihalf
9 lines
125 B
C
9 lines
125 B
C
/* $FreeBSD$ */
|
|
|
|
#if defined(AIM)
|
|
#include <machine/trap_aim.h>
|
|
#elif defined(BOOKE)
|
|
#include <machine/trap_booke.h>
|
|
#endif
|
|
|