Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/arm32 Don't the RPC stuff on SHARK or FOOTBRI...



details:   https://anonhg.NetBSD.org/src/rev/a5de9296f656
branches:  trunk
changeset: 508742:a5de9296f656
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 19 07:19:48 2001 +0000

description:
Don't the RPC stuff on SHARK or FOOTBRIDGE machines.

diffstat:

 sys/arch/arm32/arm32/machdep.c |  16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r e05079f3af6d -r a5de9296f656 sys/arch/arm32/arm32/machdep.c
--- a/sys/arch/arm32/arm32/machdep.c    Thu Apr 19 07:15:24 2001 +0000
+++ b/sys/arch/arm32/arm32/machdep.c    Thu Apr 19 07:19:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.93 2001/04/12 21:54:06 reinoud Exp $     */
+/*     $NetBSD: machdep.c,v 1.94 2001/04/19 07:19:48 matt Exp $        */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -76,18 +76,23 @@
 #include <machine/pte.h>
 #include <machine/bootconfig.h>
 
+#if !defined(SHARK)
 #include <arm/mainbus/mainbus.h>
+#endif
+
+#if !defined(SHARK) && !defined(FOOTBRIDGE)
 #include <arm32/iomd/iomdreg.h>
 #include <arm32/dev/rpckbdvar.h>
 #include <machine/vidc.h>
 #include <arm32/vidc/vidcvideo.h>
 
-#include "opt_ipkdb.h"
-#include "md.h"
-#include "opt_mdsize.h"
-
 #include "vidcvideo.h"
 #include "rpckbd.h"
+#endif
+
+#include "opt_ipkdb.h"
+#include "opt_mdsize.h"
+#include "md.h"
 
 vm_map_t exec_map = NULL;
 vm_map_t mb_map = NULL;
@@ -144,7 +149,6 @@
 extern void configure          __P((void));
 extern void dumpsys    __P((void));
 
-
 /*
  * Debug function just to park the CPU
  */



Home | Main Index | Thread Index | Old Index