Module Name:    src
Committed By:   matt
Date:           Mon Jun 20 05:20:37 UTC 2011

Modified Files:
        src/sys/arch/powerpc/booke: copyin.c

Log Message:
Cleanup includes.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/booke/copyin.c

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/booke/copyin.c
diff -u src/sys/arch/powerpc/booke/copyin.c:1.3 src/sys/arch/powerpc/booke/copyin.c:1.4
--- src/sys/arch/powerpc/booke/copyin.c:1.3	Thu Feb 17 13:53:32 2011
+++ src/sys/arch/powerpc/booke/copyin.c	Mon Jun 20 05:20:37 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: copyin.c,v 1.3 2011/02/17 13:53:32 matt Exp $	*/
+/*	$NetBSD: copyin.c,v 1.4 2011/06/20 05:20:37 matt Exp $	*/
 
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
@@ -36,12 +36,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: copyin.c,v 1.3 2011/02/17 13:53:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: copyin.c,v 1.4 2011/06/20 05:20:37 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/lwp.h>
 
-#include <machine/pcb.h>
+#include <powerpc/pcb.h>
 
 #include <powerpc/booke/cpuvar.h>
 

Reply via email to