* Remove some unused macros.
This commit is contained in:
parent
1f7aefb0a1
commit
8f1067c4d8
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: cpu.h,v 1.20 1997/02/04 04:57:12 perry Exp $ */
|
/* $NetBSD: cpu.h,v 1.21 1997/02/08 09:32:33 matthias Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990 The Regents of the University of California.
|
* Copyright (c) 1990 The Regents of the University of California.
|
||||||
|
@ -57,16 +57,6 @@
|
||||||
#define cpu_swapin(p) /* nothing */
|
#define cpu_swapin(p) /* nothing */
|
||||||
#define cpu_wait(p) /* nothing */
|
#define cpu_wait(p) /* nothing */
|
||||||
|
|
||||||
/* XXX needed? PAN
|
|
||||||
* function vs. inline configuration;
|
|
||||||
* these are defined to get generic functions
|
|
||||||
* rather than inline or machine-dependent implementations
|
|
||||||
*/
|
|
||||||
#define NEED_MINMAX /* need {,i,l,ul}{min,max} functions */
|
|
||||||
#define NEED_FFS /* need ffs function */
|
|
||||||
#define NEED_BCMP /* need bcmp function */
|
|
||||||
#define NEED_STRLEN /* need strlen function */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Arguments to hardclock, softclock and gatherstats
|
* Arguments to hardclock, softclock and gatherstats
|
||||||
* encapsulate the previous machine state in an opaque
|
* encapsulate the previous machine state in an opaque
|
||||||
|
|
Loading…
Reference in New Issue