提交 26c6b5ea 编写于 作者: G Glauber de Oliveira Costa 提交者: Ingo Molnar

x86: change var types in __inquire_remote_apic

change some variables' types in __inquire_remote_apic to
match x86_64
Signed-off-by: NGlauber Costa <gcosta@redhat.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 b552da87
......@@ -368,10 +368,10 @@ static void unmap_cpu_to_logical_apicid(int cpu)
static inline void __inquire_remote_apic(int apicid)
{
int i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 };
unsigned i, regs[] = { APIC_ID >> 4, APIC_LVR >> 4, APIC_SPIV >> 4 };
char *names[] = { "ID", "VERSION", "SPIV" };
int timeout;
unsigned long status;
u32 status;
printk("Inquiring remote APIC #%d...\n", apicid);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册