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/ibm4xx Explicitly include <powerpc/...



details:   https://anonhg.NetBSD.org/src/rev/16dfbabc1bea
branches:  trunk
changeset: 766279:16dfbabc1bea
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 20 06:24:30 2011 +0000

description:
Explicitly include <powerpc/psl.h>

diffstat:

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

diffs (17 lines):

diff -r 8dec25269c88 -r 16dfbabc1bea sys/arch/powerpc/include/ibm4xx/cpu.h
--- a/sys/arch/powerpc/include/ibm4xx/cpu.h     Mon Jun 20 06:23:52 2011 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/cpu.h     Mon Jun 20 06:24:30 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.18 2011/06/18 17:06:52 matt Exp $    */
+/*     $NetBSD: cpu.h,v 1.19 2011/06/20 06:24:30 matt Exp $    */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -38,6 +38,7 @@
 #ifndef        _IBM4XX_CPU_H_
 #define        _IBM4XX_CPU_H_
 
+#include <powerpc/psl.h>
 #include <powerpc/spr.h>
 #include <powerpc/ibm4xx/spr.h>
 #include <powerpc/ibm4xx/dcr4xx.h>



Home | Main Index | Thread Index | Old Index