Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include g/c round_pdr



details:   https://anonhg.NetBSD.org/src/rev/be9b0d18db63
branches:  trunk
changeset: 767657:be9b0d18db63
user:      yamt <yamt%NetBSD.org@localhost>
date:      Tue Jul 26 12:55:35 2011 +0000

description:
g/c round_pdr

diffstat:

 sys/arch/amd64/include/param.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a87a2f734796 -r be9b0d18db63 sys/arch/amd64/include/param.h
--- a/sys/arch/amd64/include/param.h    Tue Jul 26 12:54:28 2011 +0000
+++ b/sys/arch/amd64/include/param.h    Tue Jul 26 12:55:35 2011 +0000
@@ -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)
 



Home | Main Index | Thread Index | Old Index