Module Name:    src
Committed By:   matt
Date:           Mon Jun 20 06:04:34 UTC 2011

Modified Files:
        src/sys/arch/powerpc/include/oea: bat.h

Log Message:
Include <powerpc/psl.h>


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/include/oea/bat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/include/oea/bat.h
diff -u src/sys/arch/powerpc/include/oea/bat.h:1.13 src/sys/arch/powerpc/include/oea/bat.h:1.14
--- src/sys/arch/powerpc/include/oea/bat.h:1.13	Tue Jul 21 07:08:57 2009
+++ src/sys/arch/powerpc/include/oea/bat.h	Mon Jun 20 06:04:33 2011
@@ -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;

Reply via email to