From 9deaddbec339333872ec7116352a95ae23832053 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 14 Dec 1998 01:19:19 +0000 Subject: remove bogus^H^H^H^H^Hconstant cache line size definition --- sys/arch/hppa/include/cpu.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch') 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)); -- cgit v1.2.3