diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/param.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index 0f08dea7a90..12cc3183faf 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.11 2005/12/13 01:56:43 martin Exp $ */ +/* $OpenBSD: param.h,v 1.12 2006/02/05 15:55:50 martin Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -138,9 +138,6 @@ #define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE / DEV_BSIZE)) /* - * XXXfvdl the PD* stuff is different from i386. - */ -/* * Mach derived conversion macros */ #define x86_round_pdr(x) \ |