提交 5cda395f 编写于 作者: A Alexander van Heukelum 提交者: Ingo Molnar

x86: fix function definitions after: x86: apic - introduce imcr_ helpers

The patch "introduce imcr_ helpers" introduced good comments, but
also a few new compile warnings. This fixes the function definitions
to have a 'void' return type.
Signed-off-by: NAlexander van Heukelum <heukelum@fastmail.fm>
Acked-by: NCyrill Gorcunov <gorcunov@openvz.org>
LKML-Reference: <20090413153924.GA20287@mailshack.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 b9b34f24
...@@ -106,7 +106,7 @@ static int enabled_via_apicbase; ...@@ -106,7 +106,7 @@ static int enabled_via_apicbase;
* the BIOS or the operating system must switch out of * the BIOS or the operating system must switch out of
* PIC Mode by changing the IMCR. * PIC Mode by changing the IMCR.
*/ */
static inline imcr_pic_to_apic(void) static inline void imcr_pic_to_apic(void)
{ {
/* select IMCR register */ /* select IMCR register */
outb(0x70, 0x22); outb(0x70, 0x22);
...@@ -114,7 +114,7 @@ static inline imcr_pic_to_apic(void) ...@@ -114,7 +114,7 @@ static inline imcr_pic_to_apic(void)
outb(0x01, 0x23); outb(0x01, 0x23);
} }
static inline imcr_apic_to_pic(void) static inline void imcr_apic_to_pic(void)
{ {
/* select IMCR register */ /* select IMCR register */
outb(0x70, 0x22); outb(0x70, 0x22);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册