summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/arm/include/param.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h
index e15b515f22b..496cf7859d8 100644
--- a/sys/arch/arm/include/param.h
+++ b/sys/arch/arm/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.7 2005/09/12 23:05:03 miod Exp $ */
+/* $OpenBSD: param.h,v 1.8 2005/10/21 15:43:01 martin Exp $ */
/* $NetBSD: param.h,v 1.9 2002/03/24 03:37:23 thorpej Exp $ */
/*
@@ -102,8 +102,7 @@
#define arm_btop(x) ((x) >> PAGE_SHIFT)
#define arm_ptob(x) ((x) << PAGE_SHIFT)
-#define arm_trunc_page(x) ((unsigned)(x) & ~PAGE_MASK)
-
+
#ifdef _KERNEL
#ifndef _LOCORE
void delay (unsigned);