diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-08 23:50:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-08 23:50:55 +0000 |
commit | 83d8c28e79c2f0d581e70d8194a4ab78be6b421d (patch) | |
tree | fb5c1ac4d1a9b24c0a2366f3669e000556c134dc /sys/arch | |
parent | f010f84b4921068a6b138c359f5dc3b5134285d6 (diff) |
Remove unused pcbb define.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/m68k/include/vmparam.h | 5 |
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. */ |