diff options
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index fb5ca0a8560..2230e8d5933 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.5 1998/10/30 19:18:32 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.6 1998/12/14 01:19:18 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -59,11 +59,6 @@ #define need_resched() {(void)1;} #define need_proftick(p) {(void)(p);} -/* - * Expected (and optimized for) cache line size (in bytes). - */ -#define CACHE_LINE_SIZE 32 - #ifdef _KERNEL #define DELAY(x) delay(x) void delay __P((u_int)); |