提交 d400524a 编写于 作者: I Ingo Molnar

SGI UV: TLB shootdown using broadcast assist unit, fix

fix:

arch/x86/kernel/tlb_uv.c: In function ‘uv_table_bases_init':
arch/x86/kernel/tlb_uv.c:612: error: ‘bau_tabsp' undeclared (first use in this function)
arch/x86/kernel/tlb_uv.c:612: error: (Each undeclared identifier is reported only once
arch/x86/kernel/tlb_uv.c:612: error: for each function it appears in.)
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 b4c286e6
......@@ -609,7 +609,7 @@ static struct bau_control * __init uv_table_bases_init(int blade, int node)
uv_bau_table_bases[blade] = bau_tabp;
return bau_tabsp;
return bau_tabp;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册