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 add PSL_TGPR (for MPC603)



details:   https://anonhg.NetBSD.org/src/rev/652872521731
branches:  trunk
changeset: 550134:652872521731
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 31 01:25:38 2003 +0000

description:
add PSL_TGPR (for MPC603)

diffstat:

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

diffs (17 lines):

diff -r ca4a239e56a7 -r 652872521731 sys/arch/powerpc/include/psl.h
--- a/sys/arch/powerpc/include/psl.h    Thu Jul 31 00:46:15 2003 +0000
+++ b/sys/arch/powerpc/include/psl.h    Thu Jul 31 01:25:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.7 2003/02/14 04:45:32 matt Exp $     */
+/*     $NetBSD: psl.h,v 1.8 2003/07/31 01:25:38 matt Exp $     */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -44,6 +44,7 @@
  */
 #define        PSL_VEC         0x02000000      /* AltiVec vector unit available */
 #define        PSL_POW         0x00040000      /* power management */
+#define        PSL_TGPR        0x00020000      /* temp. gpr remapping (mpc603e) */
 #define        PSL_ILE         0x00010000      /* interrupt endian mode (1 == le) */
 #define        PSL_EE          0x00008000      /* external interrupt enable */
 #define        PSL_PR          0x00004000      /* privilege mode (1 == user) */



Home | Main Index | Thread Index | Old Index