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/oea Include <powerpc/psl.h>



details:   https://anonhg.NetBSD.org/src/rev/da2c0b5f6cea
branches:  trunk
changeset: 766275:da2c0b5f6cea
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 20 06:04:33 2011 +0000

description:
Include <powerpc/psl.h>

diffstat:

 sys/arch/powerpc/include/oea/bat.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 46df52a21568 -r da2c0b5f6cea sys/arch/powerpc/include/oea/bat.h
--- a/sys/arch/powerpc/include/oea/bat.h        Mon Jun 20 06:00:46 2011 +0000
+++ b/sys/arch/powerpc/include/oea/bat.h        Mon Jun 20 06:04:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bat.h,v 1.13 2009/07/21 07:08:57 nisimura Exp $        */
+/*     $NetBSD: bat.h,v 1.14 2011/06/20 06:04:33 matt Exp $    */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -64,6 +64,8 @@
 #define        _POWERPC_OEA_BAT_H_
 
 #if defined(_KERNEL) && !defined(_LOCORE)
+#include <powerpc/psl.h>
+
 struct bat {
        register_t batu;
        register_t batl;



Home | Main Index | Thread Index | Old Index