Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm26/arm26 Remove spurious includes



details:   https://anonhg.NetBSD.org/src/rev/8779f4e542b2
branches:  trunk
changeset: 487513:8779f4e542b2
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Thu Jun 08 22:33:53 2000 +0000

description:
Remove spurious includes

diffstat:

 sys/arch/arm26/arm26/locore.S |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 710fb5e5ccb4 -r 8779f4e542b2 sys/arch/arm26/arm26/locore.S
--- a/sys/arch/arm26/arm26/locore.S     Thu Jun 08 22:15:52 2000 +0000
+++ b/sys/arch/arm26/arm26/locore.S     Thu Jun 08 22:33:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.1 2000/05/09 21:55:56 bjh21 Exp $ */
+/* $NetBSD: locore.S,v 1.2 2000/06/08 22:33:53 bjh21 Exp $ */
 /*
  * Copyright (c) 1998, 2000 Ben Harris
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -38,11 +38,9 @@
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: locore.S,v 1.1 2000/05/09 21:55:56 bjh21 Exp $")
+RCSID("$NetBSD: locore.S,v 1.2 2000/06/08 22:33:53 bjh21 Exp $")
 
 #include <sys/syscall.h>
-#include <machine/frame.h>
-#include <machine/cpu.h>
 #include <machine/armreg.h>
 #include "assym.h"
 



Home | Main Index | Thread Index | Old Index