summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_kthread.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-11-12 07:18:16 +0000
committermarcel <marcel@FreeBSD.org>2001-11-12 07:18:16 +0000
commit54721434df82333886cc6315afa403c22f5ec26d (patch)
tree7788c5a2ff2e57112b2c056f2eba2ab472899b91 /sys/kern/kern_kthread.c
parentbf46dc27d670ffcafac18e4dcf4f360a2d34973b (diff)
downloadFreeBSD-src-54721434df82333886cc6315afa403c22f5ec26d.zip
FreeBSD-src-54721434df82333886cc6315afa403c22f5ec26d.tar.gz
o os_boot_rendez is responsible for clearing the IRR bit by
reading cr.ivr, as well as writing to cr.eoi. o use global variables to pass information to os_boot_rendez so that it doesn't have to jump through hoops to find it out. This avoids traps on the AP without it even being initialized. This fixes SMP configurations. o Move the probing of the MADT to the end of cpu_startup, instead of at the start of cpu_mp_probe. We need to probe the MADT for non-SMP configurations as well. This fixes uniprocessor configurations. o Serialize AP wake-up by waiting for the AP. We need to do this since we use global variables to for the AP to use. As a side-effect, we can use printf() more easily to see what's going on.
Diffstat (limited to 'sys/kern/kern_kthread.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud