diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-14 03:42:17 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-08-14 03:42:17 +0000 |
commit | 2f43aee515f10618c511f19eee526aa39847d94c (patch) | |
tree | bd9f91067663f0fae409c0dae03e636d44bfc603 /sys/arch/hppa/include | |
parent | 79c5527f48ff1da7a5df7f2f515433628badf900 (diff) |
s/STACK_GROWS_UP/MACHINE_STACK_GROWS_UP/
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 518d7aa8df9..c1a8a352251 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 1999/04/20 19:45:16 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.4 1999/08/14 03:42:16 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -60,7 +60,7 @@ #define BLKDEV_IOSIZE 2048 #define MAXPHYS (64 * 1024) /* max raw I/O transfer size */ -#define STACK_GROWS_UP 1 /* stack grows to higher addresses */ +#define MACHINE_STACK_GROWS_UP 1 /* stack grows to higher addresses */ #define CLSIZE 1 #define CLSIZELOG2 0 |