Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/hpcarm Trim include files



details:   https://anonhg.NetBSD.org/src/rev/73e8f91a19f6
branches:  trunk
changeset: 326936:73e8f91a19f6
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Feb 22 19:16:06 2014 +0000

description:
Trim include files

diffstat:

 sys/arch/hpcarm/hpcarm/locore.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r d5a6301d1d22 -r 73e8f91a19f6 sys/arch/hpcarm/hpcarm/locore.S
--- a/sys/arch/hpcarm/hpcarm/locore.S   Sat Feb 22 19:05:31 2014 +0000
+++ b/sys/arch/hpcarm/hpcarm/locore.S   Sat Feb 22 19:16:06 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index