(trivial) fix some warnings
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4076 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
da6d92ba11
commit
df77f345e7
@ -8,6 +8,8 @@
|
||||
/* See if I need to initialize the local apic */
|
||||
#if CONFIG_SMP || CONFIG_IOAPIC
|
||||
# define NEED_LAPIC 1
|
||||
#else
|
||||
# define NEED_LAPIC 0
|
||||
#endif
|
||||
|
||||
static inline __attribute__((always_inline)) unsigned long lapic_read(unsigned long reg)
|
||||
|
Reference in New Issue
Block a user