diff options
author | des <des@FreeBSD.org> | 2009-11-10 10:34:44 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-11-10 10:34:44 +0000 |
commit | 340ba037cfa81f1baf1780b25f78fd0a5731dd75 (patch) | |
tree | 778d621b806ce71c422901fbcf8055a7eca4d3b3 /usr.sbin/asf | |
parent | c8078e95c2da55dcffbdaa54dd4f17ee58e58c51 (diff) | |
download | FreeBSD-src-340ba037cfa81f1baf1780b25f78fd0a5731dd75.zip FreeBSD-src-340ba037cfa81f1baf1780b25f78fd0a5731dd75.tar.gz |
Remove a bunch of code used to detect SMP on ((i386 && !pc98) || amd64) and
offer to install an SMP kernel. The way this worked was: on supported
platforms, code to read ACPI tables and BIOS MP tables was compiled into
sysinstall, and if an SMP kernel config was present in the source tree when
sysinstall was built, code that called it was also compiled. Since we
haven't had SMP kernel configs in years, the latter was never compiled and
the former never ran.
This only removes dead and unreachable code; it does *not* remove the NCpus
variable, nor the code that sets it to 1, nor the code that asks the user to
select a kernel from a list.
Discussed with: re@, randi@ and others
Diffstat (limited to 'usr.sbin/asf')
0 files changed, 0 insertions, 0 deletions