diff options
author | 2015-01-11 21:24:32 +0000 | |
---|---|---|
committer | 2015-01-11 21:24:32 +0000 | |
commit | 57e4648b4822912a63b3aaaf47c49628f2bc1478 (patch) | |
tree | 821358ca99a6b0b54e9cd13b55b710d786296b9a | |
parent | No more etc set, also sparc nowadays needs more than 16MB to boot multiuser. (diff) | |
download | wireguard-openbsd-57e4648b4822912a63b3aaaf47c49628f2bc1478.tar.xz wireguard-openbsd-57e4648b4822912a63b3aaaf47c49628f2bc1478.zip |
Remove orphaned defines.
-rw-r--r-- | sys/arch/sparc/sparc/cache.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc/sparc/cache.h b/sys/arch/sparc/sparc/cache.h index 4a2fcffb7c5..3ffb13750e1 100644 --- a/sys/arch/sparc/sparc/cache.h +++ b/sys/arch/sparc/sparc/cache.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cache.h,v 1.11 2010/07/10 19:32:24 miod Exp $ */ +/* $OpenBSD: cache.h,v 1.12 2015/01/11 21:24:32 miod Exp $ */ /* $NetBSD: cache.h,v 1.16 1997/07/06 21:15:14 pk Exp $ */ /* @@ -113,11 +113,6 @@ enum vactype { VAC_UNKNOWN, VAC_NONE, VAC_WRITETHROUGH, VAC_WRITEBACK }; #define CACHE_ALIAS_BITS_SUN4 0x1e000 #define CACHE_ALIAS_BITS_SUN4C 0xf000 -#define CACHE_ALIAS_DIST_HS128k 0x20000 -#define CACHE_ALIAS_BITS_HS128k 0x1f000 -#define CACHE_ALIAS_DIST_HS256k 0x40000 -#define CACHE_ALIAS_BITS_HS256k 0x3f000 - extern int cache_alias_dist; extern int cache_alias_bits; |