diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-22 17:11:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-22 17:11:15 +0000 |
commit | c2c6387029ed731f51a04f8d1500cbeb8f21cefa (patch) | |
tree | abbc23878351f735e1cd0d66d4a4673088b462e2 /sys/arch | |
parent | 06f22f4b3736ab5437b5d6227cfa19ec0147112f (diff) |
remove flagsa/dobusy/doidle stuff introduced 3 years ago as a debugging aid..
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/apm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 58016d4da49..665c97e8867 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.76 2007/07/02 17:11:29 thib Exp $ */ +/* $OpenBSD: apm.c,v 1.77 2007/10/22 17:11:14 deraadt Exp $ */ /*- * Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved. @@ -910,9 +910,6 @@ apmattach(struct device *parent, struct device *self, void *aux) setgdt(GAPM16CODE_SEL, NULL, 0, 0, 0, 0, 0); setgdt(GAPMDATA_SEL, NULL, 0, 0, 0, 0, 0); } - /* XXX - To go away */ - printf("apm0: flags %x dobusy %d doidle %d\n", - apm_flags, apm_dobusy, apm_doidle); } void |