projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80030e3
)
x86: Update UV3 hub revision ID
author
Russ Anderson
<
[email protected]
>
Mon, 14 Oct 2013 16:17:34 +0000
(11:17 -0500)
committer
Ingo Molnar
<
[email protected]
>
Tue, 15 Oct 2013 06:44:46 +0000
(08:44 +0200)
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 <
[email protected]
>
Cc: <
[email protected]
> # v3.9, v3.10, v3.11
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/apic/x2apic_uv_x.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apic/x2apic_uv_x.c
b/arch/x86/kernel/apic/x2apic_uv_x.c
index 1191ac1c9d2598e64d13a1419b4a7a383933ce03..a419814cea575f9e2cf183772a9e99c59e097a11 100644
(file)
--- a/
arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/
arch/x86/kernel/apic/x2apic_uv_x.c
@@
-113,7
+113,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;
}