diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-22 06:31:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-22 06:31:29 +0000 |
commit | 1625ab2d2f196f5129c092c126e7999f035f7e20 (patch) | |
tree | e1d27957d680bebe04f1fdef9376aab74aec5cc3 /sys/arch/hppa/include | |
parent | 83f5ae8f5f06fdfdcb4a758123869cbe97e57f47 (diff) |
forgot this, no steal anymore
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/pmap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/pmap.h b/sys/arch/hppa/include/pmap.h index 43c16c4a067..eb844334956 100644 --- a/sys/arch/hppa/include/pmap.h +++ b/sys/arch/hppa/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.19 2002/03/15 21:44:18 mickey Exp $ */ +/* $OpenBSD: pmap.h,v 1.20 2002/04/22 06:31:28 mickey Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff @@ -93,8 +93,6 @@ extern int pmap_hptsize; extern struct pdc_hwtlb pdc_hwtlb; #endif -#define PMAP_STEAL_MEMORY /* we have some memory to steal */ - /* * according to the parisc manual aliased va's should be * different by high 12 bits only. |