From 83d8c28e79c2f0d581e70d8194a4ab78be6b421d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 8 Dec 2005 23:50:55 +0000 Subject: Remove unused pcbb define. --- sys/arch/m68k/include/vmparam.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/m68k/include') 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. */ -- cgit v1.2.3