Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 this needs <machine/psl.h> for PSTA...



details:   https://anonhg.NetBSD.org/src/rev/35ae19acd848
branches:  trunk
changeset: 755150:35ae19acd848
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon May 24 02:19:10 2010 +0000

description:
this needs <machine/psl.h> for PSTATE_AM on 32 bit kernels.

diffstat:

 sys/arch/sparc64/sparc64/copy.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1546099621d4 -r 35ae19acd848 sys/arch/sparc64/sparc64/copy.S
--- a/sys/arch/sparc64/sparc64/copy.S   Mon May 24 01:57:06 2010 +0000
+++ b/sys/arch/sparc64/sparc64/copy.S   Mon May 24 02:19:10 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: copy.S,v 1.2 2010/05/23 19:54:17 martin Exp $  */
+/*     $NetBSD: copy.S,v 1.3 2010/05/24 02:19:10 mrg Exp $     */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -70,6 +70,7 @@
 #include <machine/ctlreg.h>
 #include <machine/asm.h>
 #include <machine/locore.h>
+#include <machine/psl.h>
 
 #include "ksyms.h"
 



Home | Main Index | Thread Index | Old Index