提交 385404e0 编写于 作者: M Mike Travis 提交者: H. Peter Anvin

x86, uv, uv3: Check current gru hub support for SGI UV3

This patch checks current hub support to avoid panicing the
system until all the GRU changes for UV3+ are in place.
Signed-off-by: NMike Travis <travis@sgi.com>
Link: http://lkml.kernel.org/r/20130211194509.035828372@gulag1.americas.sgi.comAcked-by: NDimitri Sivanich <sivanich@sgi.com>
Signed-off-by: NH. Peter Anvin <hpa@linux.intel.com>
上级 0af63520
...@@ -517,7 +517,7 @@ static int __init gru_init(void) ...@@ -517,7 +517,7 @@ static int __init gru_init(void)
{ {
int ret; int ret;
if (!is_uv_system()) if (!is_uv_system() || (is_uvx_hub() && !is_uv2_hub()))
return 0; return 0;
#if defined CONFIG_IA64 #if defined CONFIG_IA64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册