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 support PPC_OEA64



details:   https://anonhg.NetBSD.org/src/rev/bd9cd81d8bf7
branches:  trunk
changeset: 327133:bd9cd81d8bf7
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 28 05:27:38 2014 +0000

description:
support PPC_OEA64

diffstat:

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

diffs (19 lines):

diff -r ca031d88c5e7 -r bd9cd81d8bf7 sys/arch/powerpc/include/psl.h
--- a/sys/arch/powerpc/include/psl.h    Fri Feb 28 05:27:05 2014 +0000
+++ b/sys/arch/powerpc/include/psl.h    Fri Feb 28 05:27:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psl.h,v 1.18 2011/06/20 07:23:36 matt Exp $    */
+/*     $NetBSD: psl.h,v 1.19 2014/02/28 05:27:38 matt Exp $    */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -102,7 +102,8 @@
 #include "opt_ppcarch.h"
 #endif /* _KERNEL_OPT */
 
-#if defined(PPC_OEA) || defined (PPC_OEA64_BRIDGE) || defined(_MODULE)
+#if defined(PPC_OEA) || defined (PPC_OEA64_BRIDGE) || defined (PPC_OEA64) \
+    || defined(_MODULE)
 extern register_t cpu_psluserset, cpu_pslusermod, cpu_pslusermask;
 
 #define        PSL_USERSET             cpu_psluserset



Home | Main Index | Thread Index | Old Index