Module Name: src
Committed By: yamt
Date: Tue Jul 26 12:55:35 UTC 2011
Modified Files:
src/sys/arch/amd64/include: param.h
Log Message:
g/c round_pdr
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/include/param.h
diff -u src/sys/arch/amd64/include/param.h:1.13 src/sys/arch/amd64/include/param.h:1.14
--- src/sys/arch/amd64/include/param.h:1.13 Mon Feb 8 19:02:26 2010
+++ src/sys/arch/amd64/include/param.h Tue Jul 26 12:55:35 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.13 2010/02/08 19:02:26 joerg Exp $ */
+/* $NetBSD: param.h,v 1.14 2011/07/26 12:55:35 yamt Exp $ */
#ifdef __x86_64__
@@ -118,7 +118,6 @@
#define btop(x) x86_btop(x)
#define ptob(x) x86_ptob(x)
-#define round_pdr(x) x86_round_pdr(x)
#define mstohz(ms) ((ms + 0UL) * hz / 1000)