freebsd-dev/sys/ia64/acpica
Marcel Moolenaar 5e3cb29a6b Untangle the code in this file to improve understandability. Both
ia64_count_cpus() and ia64_probe_sapics() called a single function
to do the the actual work. The difference in behaviour was handled
in that function and was further complicated by adding bootverbose
related code. As such, even the simplest of changes was hard to
comprehend.

Untangling has been done by increasing code duplication and using
a more naive style of coding. FWIW, the object file is slightly
smaller than before, so things aren't as bad as it may seem.

Triggered by: a simple fix on the P4 branch that never got merged.
2003-09-07 23:09:08 +00:00
..
acpi_machdep.c Minor style cleanups. 2003-08-28 16:30:31 +00:00
acpi_wakeup.c Minor style cleanups. 2003-08-28 16:30:31 +00:00
madt.c Untangle the code in this file to improve understandability. Both 2003-09-07 23:09:08 +00:00
OsdEnvironment.c Minor style cleanups. 2003-08-28 16:30:31 +00:00