diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-10 01:23:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-10 01:23:09 +0000 |
commit | d62036ff6633498aac682a9147f1abd467b086d2 (patch) | |
tree | a39ba5c525a0d914cb978911516c1fc50c97bfd2 /sys/arch/hppa | |
parent | 486041075631f68a90b196a029d8d2d3be642c55 (diff) |
cache_align is not used
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/pmap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h index 7f59dfd0cca..935473902fa 100644 --- a/sys/arch/hppa/include/pmap.h +++ b/sys/arch/hppa/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.15 2001/12/04 23:22:42 art Exp $ */ +/* $OpenBSD: pmap.h,v 1.16 2002/01/10 01:23:08 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -150,9 +150,6 @@ struct pv_page { #define KERNEL_DATA_PROT (TLB_AR_KRW | (KERNEL_ACCESS_ID << 1)) #ifdef _KERNEL -#define cache_align(x) (((x) + dcache_line_mask) & ~(dcache_line_mask)) -extern int dcache_line_mask; - extern void gateway_page __P((void)); #define PMAP_STEAL_MEMORY /* we have some memory to steal */ |