aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/x2apic_uv_x.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-11-13 12:06:53 +0000
committerMark Brown <broonie@linaro.org>2013-11-13 12:06:53 +0000
commit4cb518ab3d962ac6d0249f47a512127364ddf7da (patch)
tree83273e3360c39ec70f0fb3f4f2829b5ce190b6ad /arch/x86/kernel/apic/x2apic_uv_x.c
parent47cf66ff098ac408194713be6531a7bb57d1b99b (diff)
parent54a3a4d441e9eaceb86989f0b466e77815ab6129 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_uv_x.c')
-rw-r--r--arch/x86/kernel/apic/x2apic_uv_x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 794f6eb54cd..b32dbb411a9 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -98,7 +98,7 @@ static int __init early_get_pnodeid(void)
break;
case UV3_HUB_PART_NUMBER:
case UV3_HUB_PART_NUMBER_X:
- uv_min_hub_revision_id += UV3_HUB_REVISION_BASE - 1;
+ uv_min_hub_revision_id += UV3_HUB_REVISION_BASE;
break;
}