summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2022-05-07 09:02:19 +0000
committerrin <rin@NetBSD.org>2022-05-07 09:02:19 +0000
commitb166d67f79a8a59752e85c20484dcd458685b4e6 (patch)
treeeefcaae2cdb7064e2db454e1bedbbcd6b43d65f4 /sys/arch/powerpc/include
parentb6e1237757df22ba8cddf126629de03fda8b3496 (diff)
Remove SPR_CCR0 from <powerpc/spr.h>; we already have it in
<powerpc/ibm4xx/spr.h>, together with other 4xx-specific SPRs. Thanks uwe@ for pointing out.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r--sys/arch/powerpc/include/spr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/spr.h b/sys/arch/powerpc/include/spr.h
index 82847b8c5dc..398214a5ea0 100644
--- a/sys/arch/powerpc/include/spr.h
+++ b/sys/arch/powerpc/include/spr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: spr.h,v 1.55 2022/05/07 04:12:54 rin Exp $ */
+/* $NetBSD: spr.h,v 1.56 2022/05/07 09:02:19 rin Exp $ */
/*
* Copyright (c) 2001, The NetBSD Foundation, Inc.
@@ -144,7 +144,6 @@ mfspr(int reg)
#define SPR_TBL 0x11c /* E468 Time Base Lower */
#define SPR_TBU 0x11d /* E468 Time Base Upper */
#define SPR_PVR 0x11f /* E468 Processor Version Register */
-#define SPR_CCR0 0x3b3 /* .4.. Core Configuration Register */
/* Time Base Register declarations */
#define TBR_TBL 0x10c /* E468 Time Base Lower */