diff options
author | 2011-09-20 21:44:09 +0000 | |
---|---|---|
committer | 2011-09-20 21:44:09 +0000 | |
commit | bad359a812fc446320f6bfcdd4ad2761d147b750 (patch) | |
tree | 9484b56a801508fd493dacbc66d688473bfbdf08 | |
parent | Move a few functions into util.c because bgpctl will need them soon. (diff) | |
download | wireguard-openbsd-bad359a812fc446320f6bfcdd4ad2761d147b750.tar.xz wireguard-openbsd-bad359a812fc446320f6bfcdd4ad2761d147b750.zip |
Remove unused MD_CACHE_CTL() macro and related defines.
-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) |