diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-14 01:19:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-14 01:19:19 +0000 |
commit | 9deaddbec339333872ec7116352a95ae23832053 (patch) | |
tree | cb5a1b10c34074812af511506839d777f2d6f14c | |
parent | e75f2620bc099c6431e79e04a086e7dd9b4b19b8 (diff) |
remove bogus^H^H^H^H^Hconstant cache line size definition
-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)); |