Module Name: src
Committed By: matt
Date: Mon Jun 20 06:24:30 UTC 2011
Modified Files:
src/sys/arch/powerpc/include/ibm4xx: cpu.h
Log Message:
Explicitly include <powerpc/psl.h>
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/include/ibm4xx/cpu.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/ibm4xx/cpu.h
diff -u src/sys/arch/powerpc/include/ibm4xx/cpu.h:1.18 src/sys/arch/powerpc/include/ibm4xx/cpu.h:1.19
--- src/sys/arch/powerpc/include/ibm4xx/cpu.h:1.18 Sat Jun 18 17:06:52 2011
+++ src/sys/arch/powerpc/include/ibm4xx/cpu.h Mon Jun 20 06:24:30 2011
@@ -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>