summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg/mkimg.1
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-08-12 09:55:52 +0000
committerkib <kib@FreeBSD.org>2015-08-12 09:55:52 +0000
commit897bebb89d576a4769b1b67f7529a5eb5d1bb0ad (patch)
tree65a8b833c40155048f0bbd7a03e0fe8b09608093 /usr.bin/mkimg/mkimg.1
parent9458aa2b576bc8a0820858af28632bcabebd4a48 (diff)
downloadFreeBSD-src-897bebb89d576a4769b1b67f7529a5eb5d1bb0ad.zip
FreeBSD-src-897bebb89d576a4769b1b67f7529a5eb5d1bb0ad.tar.gz
In x2APIC mode, IPI generation is atomic because it is performed by
single ICR MSR write. This is in contrast with the xAPIC mode, where we must read current ICR value, do bit fiddling and perform two 32-bit register writes. As a consequence, there is no need to disable interrupts around ICR value calculation and write. Note that typical users of ipi_raw() and ipi_vectored() take spinlock, which already disables interrupts. For them, the change removes unneeded CLI and POPFL/Q instructions. Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'usr.bin/mkimg/mkimg.1')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud