Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include cpu_number() macro has no args



details:   https://anonhg.NetBSD.org/src/rev/2f123cbd399c
branches:  trunk
changeset: 504327:2f123cbd399c
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Feb 27 16:00:27 2001 +0000

description:
cpu_number() macro has no args

diffstat:

 sys/arch/arm/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e7429c2e03f -r 2f123cbd399c sys/arch/arm/include/cpu.h
--- a/sys/arch/arm/include/cpu.h        Tue Feb 27 15:39:57 2001 +0000
+++ b/sys/arch/arm/include/cpu.h        Tue Feb 27 16:00:27 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.5 2001/02/27 15:39:57 reinoud Exp $  */
+/*     $NetBSD: cpu.h,v 1.6 2001/02/27 16:00:27 reinoud Exp $  */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -147,7 +147,7 @@
 #define signotify(p)            setsoftast()
 
 #define cpu_wait(p)    /* nothing */
-#define cpu_number(p)  0
+#define cpu_number()   0
 
 #if defined(_KERNEL) && !defined(_LOCORE)
 extern int current_intr_depth;



Home | Main Index | Thread Index | Old Index