提交 cf9768d7 编写于 作者: C Cyrill Gorcunov 提交者: Ingo Molnar

x86: apic - unify xapic_icr_read

Signed-off-by: NCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 9c803869
......@@ -174,7 +174,7 @@ u64 xapic_icr_read(void)
icr2 = apic_read(APIC_ICR2);
icr1 = apic_read(APIC_ICR);
return (icr1 | ((u64)icr2 << 32));
return icr1 | ((u64)icr2 << 32);
}
static struct apic_ops xapic_ops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册