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 A small NETWINDER kludge.



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

description:
A small NETWINDER kludge.

diffstat:

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

diffs (27 lines):

diff -r 4d55f3ed4aff -r e05079f3af6d sys/arch/arm32/arm32/locore.S
--- a/sys/arch/arm32/arm32/locore.S     Thu Apr 19 07:14:52 2001 +0000
+++ b/sys/arch/arm32/arm32/locore.S     Thu Apr 19 07:15:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.38 2001/02/18 22:32:32 simonb Exp $       */
+/*     $NetBSD: locore.S,v 1.39 2001/04/19 07:15:24 matt Exp $ */
 
 /*
  * Copyright (C) 1994-1997 Mark Brinicombe
@@ -32,6 +32,7 @@
  */
 
 #include "opt_ipkdb.h"
+#include "opt_netwinder.h"
 #include "assym.h"
 #include <sys/syscall.h>
 #include <sys/errno.h>
@@ -48,7 +49,9 @@
  * of the kernel text segment (not necessarily the same as kernbase).
  */
 
+#ifndef NETWINDER
 ENTRY_NP(kernel_text)
+#endif
 
 ASENTRY_NP(start)
        add     r1, pc, #(Lstart - . - 8)



Home | Main Index | Thread Index | Old Index