diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-05 15:00:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-06-05 15:00:38 +0000 |
commit | da5305624c428e5cb1c29c01508b3a0bc6eaefa0 (patch) | |
tree | 3c992506ebd26135387ee8a21102304aa67ad57b /sys/arch/i386 | |
parent | 71d9f2ca516f2b3718cfc2d207661946b540d453 (diff) |
patch screwed me; left a line behind
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 41c83882440..4951ce16a9f 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.498 2011/06/05 14:09:10 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.499 2011/06/05 15:00:37 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -417,7 +417,6 @@ cpu_startup() (unsigned long long)ptoa((psize_t)physmem)/1024U/1024U); /* - /* * Allocate a submap for exec arguments. This map effectively * limits the number of processes exec'ing at any time. */ |