mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
- Remove empty rogue SMP hardware section.
- Add some additional comments about 'device apic' to note that it can be used in both UP and SMP kernels but is required for SMP kernels.
This commit is contained in:
parent
7e42a90bf6
commit
d1ccde5545
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122487
@ -22,15 +22,15 @@ profile 2
|
||||
#####################################################################
|
||||
# SMP OPTIONS:
|
||||
#
|
||||
# The apic device enables the use of the I/O APIC for Symmetric I/O.
|
||||
# The apic device enables the use of the I/O APIC for interrupt delivery.
|
||||
# The apic device can be used in both UP and SMP kernels, but is required
|
||||
# for SMP kernels. Thus, the apic device is not strictly an SMP option,
|
||||
# but it is a prerequisite for SMP.
|
||||
#
|
||||
# Notes:
|
||||
#
|
||||
# Be sure to disable 'cpu I386_CPU' for SMP kernels.
|
||||
#
|
||||
# Check the 'Rogue SMP hardware' section to see if additional options
|
||||
# are required by your hardware.
|
||||
#
|
||||
# By default, mixed mode is used to route IRQ0 from the AT timer via
|
||||
# the 8259A master PIC through the ExtINT pin on the first I/O APIC.
|
||||
# This can be disabled via the NO_MIXED_MODE option. In that case,
|
||||
@ -44,10 +44,6 @@ profile 2
|
||||
device apic # I/O apic
|
||||
options NO_MIXED_MODE # Disable use of mixed mode
|
||||
|
||||
#
|
||||
# Rogue SMP hardware:
|
||||
#
|
||||
|
||||
|
||||
#####################################################################
|
||||
# CPU OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user