projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73e47f
)
x86: Update UV3 hub revision ID
author
Russ Anderson
<rja@sgi.com>
Mon, 14 Oct 2013 16:17:34 +0000
(11:17 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 13 Nov 2013 03:05:30 +0000
(12:05 +0900)
commit
dd3c9c4b603c664fedc12facf180db0f1794aafe
upstream.
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>
Link:
http://lkml.kernel.org/r/20131014161733.GA6274@sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 794f6eb54cd3bf6f55093819a938c7dc91448b0e..b32dbb411a9ae0a244df97d438dfce3d91778908 100644
(file)
--- 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;
}