Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 385404e0 authored by Mike Travis's avatar Mike Travis Committed by H. Peter Anvin
Browse files

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: default avatarMike Travis <travis@sgi.com>
Link: http://lkml.kernel.org/r/20130211194509.035828372@gulag1.americas.sgi.com


Acked-by: default avatarDimitri Sivanich <sivanich@sgi.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent 0af63520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@ static int __init gru_init(void)
{
	int ret;

	if (!is_uv_system())
	if (!is_uv_system() || (is_uvx_hub() && !is_uv2_hub()))
		return 0;

#if defined CONFIG_IA64