[coreboot-gerrit] Patch set updated for coreboot: 7fed1b5 IOAPIC: Fix missing stdint include

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Fri Jul 25 14:27:39 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6264

-gerrit

commit 7fed1b55871ae156c789d7e86fe44796461cdb49
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Fri Jul 11 09:44:54 2014 +0300

    IOAPIC: Fix missing stdint include
    
    Change-Id: Ib26f48d3ac66788246834cdc25d97910cd79fe98
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/arch/x86/include/arch/ioapic.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/arch/x86/include/arch/ioapic.h b/src/arch/x86/include/arch/ioapic.h
index 7ff47bb..bb0a35e 100644
--- a/src/arch/x86/include/arch/ioapic.h
+++ b/src/arch/x86/include/arch/ioapic.h
@@ -24,6 +24,9 @@
 #define IO_APIC_INTERRUPTS 24
 
 #ifndef __ACPI__
+
+#include <stdint.h>
+
 #define ALL		(0xff << 24)
 #define NONE		(0)
 #define DISABLED	(1 << 16)



More information about the coreboot-gerrit mailing list