diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-02-05 15:55:51 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-02-05 15:55:51 +0000 |
commit | ec3a112e46b23ce1523f256613d466a7b9cf604d (patch) | |
tree | 658c9cfc6f11c0ce85a7a1e2533a90aeb6adfc55 /sys | |
parent | ece350ce4c5daa4ca5a8657312f2329426a77694 (diff) |
remove useless comment about macros being different from i386
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) \ |