cpu_number() macro has no args

This commit is contained in:
reinoud 2001-02-27 16:00:27 +00:00
parent 639dd9ffea
commit 5b52fda1e6

View File

@ -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 @@ extern struct cpu_info cpu_info_store;
#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;