summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/broadwell/pch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/broadwell/pch.c')
-rw-r--r--arch/x86/cpu/broadwell/pch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/cpu/broadwell/pch.c b/arch/x86/cpu/broadwell/pch.c
index f0798a7f9e..317f57d3f9 100644
--- a/arch/x86/cpu/broadwell/pch.c
+++ b/arch/x86/cpu/broadwell/pch.c
@@ -109,7 +109,8 @@ static void pch_enable_ioapic(void)
{
u32 reg32;
- io_apic_set_id(0x02);
+ /* Make sure this is a unique ID within system */
+ io_apic_set_id(0x04);
/* affirm full set of redirection table entries ("write once") */
reg32 = io_apic_read(0x01);
OpenPOWER on IntegriCloud