Acked-by: Maciej W. Rozycki <macro@linux-mips.org>
Almost all local APIC write accesses must use apic_write_around(). The
notable exceptions are appropriately guarded accesses to the ESR (there is
no need ever to write to this register on Pentium processors and a read of
the register has side-effects) and pieces of code known never to run on
original Pentium processors.
Maciej
--