summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-12-08 23:50:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-12-08 23:50:55 +0000
commit83d8c28e79c2f0d581e70d8194a4ab78be6b421d (patch)
treefb5c1ac4d1a9b24c0a2366f3669e000556c134dc /sys/arch
parentf010f84b4921068a6b138c359f5dc3b5134285d6 (diff)
Remove unused pcbb define.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/m68k/include/vmparam.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/m68k/include/vmparam.h b/sys/arch/m68k/include/vmparam.h
index fcb84559ff7..f5710bc01bb 100644
--- a/sys/arch/m68k/include/vmparam.h
+++ b/sys/arch/m68k/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.4 2005/04/11 15:13:01 deraadt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.5 2005/12/08 23:50:54 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -112,9 +112,6 @@
/* # of kernel PT pages (initial only, can grow dynamically) */
#define VM_KERNEL_PT_PAGES ((vsize_t)2)
-/* pcb base */
-#define pcbb(p) ((u_int)(p)->p_addr)
-
/*
* Constants which control the way the VM system deals with memory segments.
*/