Module Name:    src
Committed By:   matt
Date:           Sat Feb 22 19:16:06 UTC 2014

Modified Files:
        src/sys/arch/hpcarm/hpcarm: locore.S

Log Message:
Trim include files


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hpcarm/hpcarm/locore.S

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/hpcarm/hpcarm/locore.S
diff -u src/sys/arch/hpcarm/hpcarm/locore.S:1.15 src/sys/arch/hpcarm/hpcarm/locore.S:1.16
--- src/sys/arch/hpcarm/hpcarm/locore.S:1.15	Mon Dec  2 18:36:11 2013
+++ src/sys/arch/hpcarm/hpcarm/locore.S	Sat Feb 22 19:16:06 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.15 2013/12/02 18:36:11 joerg Exp $	*/
+/*	$NetBSD: locore.S,v 1.16 2014/02/22 19:16:06 matt Exp $	*/
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -36,9 +36,7 @@
 #include <sys/syscall.h>
 #include <sys/errno.h>
 #include <machine/asm.h>
-#include <machine/cpu.h>
 #include <machine/frame.h>
-#include <machine/param.h>
 #if defined(CPU_XSCALE_PXA250) || defined(CPU_XSCALE_PXA270)
 #include <arm/armreg.h>
 #endif

Reply via email to