From f1622a73222ac55c3e7cd9e7feccd2ec6c543a99 Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Fri, 21 Oct 2005 11:10:07 +0000 Subject: remove two unused and deprecated Mach macros, alpha_round_page() and alpha_trunc_page() looks ok to Miod --- sys/arch/alpha/include/param.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h index 04cf427fa25..b21a85562fd 100644 --- a/sys/arch/alpha/include/param.h +++ b/sys/arch/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.26 2005/07/31 15:31:08 miod Exp $ */ +/* $OpenBSD: param.h,v 1.27 2005/10/21 11:10:06 martin Exp $ */ /* $NetBSD: param.h,v 1.30 2000/06/09 16:03:04 thorpej Exp $ */ /* @@ -139,8 +139,6 @@ /* * Mach derived conversion macros */ -#define alpha_round_page(x) ((((unsigned long)(x)) + NBPG - 1) & ~(NBPG-1)) -#define alpha_trunc_page(x) ((unsigned long)(x) & ~(NBPG-1)) #define alpha_btop(x) ((unsigned long)(x) >> PGSHIFT) #define alpha_ptob(x) ((unsigned long)(x) << PGSHIFT) -- cgit v1.2.3