diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-23 17:56:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-23 17:56:25 +0000 |
commit | 1638c05848a5bbbd0a9b28cf4a08029548d79607 (patch) | |
tree | e023e059c8b7849f6a5a6182c54e66e0e24ea765 /sys/arch | |
parent | c857137ddfbcb62327e92a1e2fd6e390aeff558c (diff) |
remove bogus CACHE_LINE_SIZE
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/hppa/genassym.cf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/genassym.cf b/sys/arch/hppa/hppa/genassym.cf index 1a865e3850f..70c2e0faa2a 100644 --- a/sys/arch/hppa/hppa/genassym.cf +++ b/sys/arch/hppa/hppa/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.2 1998/09/14 18:59:50 mickey Exp $ +# $OpenBSD: genassym.cf,v 1.3 1998/12/23 17:56:24 mickey Exp $ # # Copyright (c) 1982, 1990, 1993 @@ -74,9 +74,6 @@ define TLB_DIRTY_POS TLB_DIRTY_POS define TLB_ALIGNED_POS TLB_ALIGNED_POS define TLB_AR_KRW TLB_AR_KRW -# cpu stuff -define CACHE_LINE_SIZE CACHE_LINE_SIZE - # hpt_table fields struct hpt_entry member hpt_tlbprot |