summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pcpu.h
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2012-05-27 10:25:20 +0000
committerraj <raj@FreeBSD.org>2012-05-27 10:25:20 +0000
commit7136f7f8939dcacc1f3771052532a645cda85c8e (patch)
tree0a8caf2cc24064494727a70f11cef5cc83610bdd /sys/powerpc/include/pcpu.h
parent241db0ddf58e646306b00c95580c8115427707a5 (diff)
downloadFreeBSD-src-7136f7f8939dcacc1f3771052532a645cda85c8e.zip
FreeBSD-src-7136f7f8939dcacc1f3771052532a645cda85c8e.tar.gz
Let us manage differences of Book-E PowerPC variations i.e. vendor /
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
Diffstat (limited to 'sys/powerpc/include/pcpu.h')
-rw-r--r--sys/powerpc/include/pcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h
index 62094f8..bd14661 100644
--- a/sys/powerpc/include/pcpu.h
+++ b/sys/powerpc/include/pcpu.h
@@ -115,7 +115,7 @@ struct pmap;
PCPU_MD_COMMON_FIELDS \
PCPU_MD_AIM_FIELDS
#endif
-#ifdef E500
+#if defined(BOOKE)
#define PCPU_MD_FIELDS \
PCPU_MD_COMMON_FIELDS \
PCPU_MD_BOOKE_FIELDS
OpenPOWER on IntegriCloud