summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k/include/param.h')
-rw-r--r--sys/arch/m88k/include/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h
index c86f46cbc6e..6a41569f6a3 100644
--- a/sys/arch/m88k/include/param.h
+++ b/sys/arch/m88k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.6 2005/09/12 23:05:05 miod Exp $ */
+/* $OpenBSD: param.h,v 1.7 2005/10/12 19:05:43 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1988 University of Utah.
@@ -81,8 +81,6 @@
#define USPACE (UPAGES * NBPG)
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
-#define UADDR 0xeee00000 /* address of u */
-
/*
* Constants related to network buffer management.
* MCLBYTES must be no larger than the software page size, and,