Attention is currently required from: Jérémy Compostella.
Hello Jérémy Compostella,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86683?usp=email
to look at the new patch set (#2).
Change subject: cpu/x86: Replace LAPIC_DM_* with LAPIC_MT_* ......................................................................
cpu/x86: Replace LAPIC_DM_* with LAPIC_MT_*
AMD64 spec referst to the field as MT (message type), but the IA64 spec refers to it as DM (Delivery Mode). The problem is that there is another field abbreviated as DM (Destination Mode) right next to it. So for better readabillity just stick to the AMD64 terminology.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I25cf69d555fe22526f128ff7ed41f82b71f2acf2 --- M src/cpu/intel/car/p4-netburst/cache_as_ram.S M src/cpu/x86/lapic/lapic_cpu_stop.c M src/cpu/x86/mp_init.c M src/include/cpu/x86/lapic_def.h 4 files changed, 15 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/86683/2