diff options
author | Russ Anderson <rja@sgi.com> | 2008-10-03 12:59:15 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:53:13 -0400 |
commit | 7f5942329e0787087a5e4dced838cee711ac2b58 (patch) | |
tree | 7bf3d4d91e15694977ff5d46bf6ceab7ebbd6c54 /arch/x86/kernel/genx2apic_uv_x.c | |
parent | a50f70b17541c0060967c6df61133e968bad3652 (diff) |
x86: Add UV bios call infrastructure v4
Add the EFI callback function and associated wrapper code.
Initialize SAL system table entry info at boot time.
Signed-off-by: Russ Anderson <rja@sgi.com>
Signed-off-by: Paul Jackson <pj@sgi.com>
Acked-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/genx2apic_uv_x.c')
-rw-r--r-- | arch/x86/kernel/genx2apic_uv_x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/genx2apic_uv_x.c b/arch/x86/kernel/genx2apic_uv_x.c index b689075bbe2f..aa2e5e15bf69 100644 --- a/arch/x86/kernel/genx2apic_uv_x.c +++ b/arch/x86/kernel/genx2apic_uv_x.c | |||
@@ -427,6 +427,7 @@ void __init uv_system_init(void) | |||
427 | gnode_upper = (((unsigned long)node_id.s.node_id) & | 427 | gnode_upper = (((unsigned long)node_id.s.node_id) & |
428 | ~((1 << n_val) - 1)) << m_val; | 428 | ~((1 << n_val) - 1)) << m_val; |
429 | 429 | ||
430 | uv_bios_init(); | ||
430 | uv_rtc_init(); | 431 | uv_rtc_init(); |
431 | 432 | ||
432 | for_each_present_cpu(cpu) { | 433 | for_each_present_cpu(cpu) { |