Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/include Add the increasingly spreading __HI...



details:   https://anonhg.NetBSD.org/src/rev/eefc5a004d7e
branches:  trunk
changeset: 363926:eefc5a004d7e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Mar 16 04:31:54 2022 +0000

description:
Add the increasingly spreading __HIDE_DELAY kludge to evbmips.

diffstat:

 sys/arch/evbmips/include/param.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 743b7746682d -r eefc5a004d7e sys/arch/evbmips/include/param.h
--- a/sys/arch/evbmips/include/param.h  Wed Mar 16 00:50:40 2022 +0000
+++ b/sys/arch/evbmips/include/param.h  Wed Mar 16 04:31:54 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.11 2019/01/07 22:00:31 jdolecek Exp $      */
+/*     $NetBSD: param.h,v 1.12 2022/03/16 04:31:54 simonb Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -49,8 +49,10 @@
 #ifdef _KERNEL
 #ifndef _LOCORE
 
+#ifndef __HIDE_DELAY
 void   delay(int n);
 #define        DELAY(x)                delay(x)
+#endif /* __HIDE_DELAY */
 
 #include <machine/intr.h>
 



Home | Main Index | Thread Index | Old Index