diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-20 21:44:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-20 21:44:10 +0000 |
commit | 027cbb737274513f87fba819e5007df73bd6af58 (patch) | |
tree | 45aa43adfb5f04136e428e937e600c001a2d37f5 /sys/arch/hppa | |
parent | 9b77684ca5b04776ada00d9346f3efca84ab8e95 (diff) |
Remove unused MD_CACHE_CTL() macro and related defines.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 946a3b6cf6e..62cbd5aae30 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.79 2011/01/02 20:41:22 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.80 2011/09/20 21:44:09 miod Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -205,10 +205,6 @@ extern int cpu_hvers; #ifndef _LOCORE #ifdef _KERNEL -#define MD_CACHE_FLUSH 0 -#define MD_CACHE_PURGE 1 -#define MD_CACHE_CTL(a,s,t) \ - (((t)? pdcache : fdcache) (HPPA_SID_KERNEL,(vaddr_t)(a),(s))) #define DELAY(x) delay(x) |