Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add SH3 CCR register address define.



details:   https://anonhg.NetBSD.org/src/rev/45662d405ebd
branches:  trunk
changeset: 503415:45662d405ebd
user:      uch <uch%NetBSD.org@localhost>
date:      Mon Feb 05 16:51:16 2001 +0000

description:
add SH3 CCR register address define.

diffstat:

 sys/arch/evbsh3/evbsh3/locore.s |  3 ++-
 sys/arch/hpcsh/hpcsh/locore.s   |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r fda51590dafd -r 45662d405ebd sys/arch/evbsh3/evbsh3/locore.s
--- a/sys/arch/evbsh3/evbsh3/locore.s   Mon Feb 05 15:56:27 2001 +0000
+++ b/sys/arch/evbsh3/evbsh3/locore.s   Mon Feb 05 16:51:16 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.28 2001/01/30 01:32:59 msaitoh Exp $      */
+/*     $NetBSD: locore.s,v 1.29 2001/02/05 16:51:16 uch Exp $  */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -65,6 +65,7 @@
 #define SHREG_TTB      0xff000008
 #else
 #define SHREG_BBRA     0xffffffb8
+#define SHREG_CCR      0xffffffec
 #define SHREG_EXPEVT   0xffffffd4
 #define SHREG_INTEVT   0xffffffd8
 #define SHREG_MMUCR    0xffffffe0
diff -r fda51590dafd -r 45662d405ebd sys/arch/hpcsh/hpcsh/locore.s
--- a/sys/arch/hpcsh/hpcsh/locore.s     Mon Feb 05 15:56:27 2001 +0000
+++ b/sys/arch/hpcsh/hpcsh/locore.s     Mon Feb 05 16:51:16 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.3 2001/01/30 01:32:59 msaitoh Exp $       */
+/*     $NetBSD: locore.s,v 1.4 2001/02/05 16:51:16 uch Exp $   */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -65,6 +65,7 @@
 #define SHREG_TTB      0xff000008
 #else
 #define SHREG_BBRA     0xffffffb8
+#define SHREG_CCR      0xffffffec
 #define SHREG_EXPEVT   0xffffffd4
 #define SHREG_INTEVT   0xffffffd8
 #define SHREG_MMUCR    0xffffffe0



Home | Main Index | Thread Index | Old Index