x86: Update UV3 hub revision ID

The UV3 hub revision ID is different than expected. The first
revision was supposed to start at 1 but instead will start at 0.

Signed-off-by: Russ Anderson <rja@sgi.com>
Cc: <stable@kernel.org> # v3.9, v3.10, v3.11
Link: http://lkml.kernel.org/r/20131014161733.GA6274@sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by Russ Anderson and committed by Ingo Molnar dd3c9c4b 80030e3d

Changed files
+1 -1
arch
x86
kernel
+1 -1
arch/x86/kernel/apic/x2apic_uv_x.c
··· 113 113 break; 114 114 case UV3_HUB_PART_NUMBER: 115 115 case UV3_HUB_PART_NUMBER_X: 116 - uv_min_hub_revision_id += UV3_HUB_REVISION_BASE - 1; 116 + uv_min_hub_revision_id += UV3_HUB_REVISION_BASE; 117 117 break; 118 118 } 119 119