artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbef2d8
)
remove some 19 year old #if 0 code
author
mlarkin
<mlarkin@openbsd.org>
Sat, 29 Apr 2023 10:18:06 +0000
(10:18 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Sat, 29 Apr 2023 10:18:06 +0000
(10:18 +0000)
ok deraadt
sys/arch/amd64/amd64/ioapic.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/ioapic.c
b/sys/arch/amd64/amd64/ioapic.c
index
d5862fe
..
9989fdf
100644
(file)
--- a/
sys/arch/amd64/amd64/ioapic.c
+++ b/
sys/arch/amd64/amd64/ioapic.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ioapic.c,v 1.3
1 2023/04/29 10:12:33
mlarkin Exp $ */
+/* $OpenBSD: ioapic.c,v 1.3
2 2023/04/29 10:18:06
mlarkin Exp $ */
/* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */
/*-
@@
-359,13
+359,6
@@
ioapic_attach(struct device *parent, struct device *self, void *aux)
}
printf("\n");
-
-#if 0
- /* output of this was boring. */
- if (mp_verbose)
- for (i = 0; i < sc->sc_apic_sz; i++)
- ioapic_print_redir(sc, "boot", i);
-#endif
}
int