Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include Remove SPR_CCR0 from <powerpc/spr.h...



details:   https://anonhg.NetBSD.org/src/rev/021373543ad3
branches:  trunk
changeset: 365982:021373543ad3
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 07 09:02:19 2022 +0000

description:
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:

 sys/arch/powerpc/include/spr.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 24cbc3281b97 -r 021373543ad3 sys/arch/powerpc/include/spr.h
--- a/sys/arch/powerpc/include/spr.h    Sat May 07 08:54:02 2022 +0000
+++ b/sys/arch/powerpc/include/spr.h    Sat May 07 09:02:19 2022 +0000
@@ -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 @@
 #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 */



Home | Main Index | Thread Index | Old Index