diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-18 16:55:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-18 16:55:43 -0700 |
commit | dc8ed71eeb8adce08d3070f4130e12ee540baa59 (patch) | |
tree | 0c1fc7d6de37879a8342b346b32338d747cfb155 /arch/x86/kernel/tlb_uv.c | |
parent | 7f9cfb31030737a7fc9a1cbca3fd01bec184c849 (diff) | |
parent | e412cd257e0d51e0ecbb89f50953835b5a0681b2 (diff) | |
download | kernel_samsung_crespo-dc8ed71eeb8adce08d3070f4130e12ee540baa59.zip kernel_samsung_crespo-dc8ed71eeb8adce08d3070f4130e12ee540baa59.tar.gz kernel_samsung_crespo-dc8ed71eeb8adce08d3070f4130e12ee540baa59.tar.bz2 |
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86, mce: Don't initialize MCEs on unknown CPUs
x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs
x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.c
x86, mce: therm_throt: Don't log redundant normality
x86: Fix UV BAU destination subnode id
Diffstat (limited to 'arch/x86/kernel/tlb_uv.c')
-rw-r--r-- | arch/x86/kernel/tlb_uv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/tlb_uv.c b/arch/x86/kernel/tlb_uv.c index 8ccabb8..77b9689 100644 --- a/arch/x86/kernel/tlb_uv.c +++ b/arch/x86/kernel/tlb_uv.c @@ -744,6 +744,7 @@ uv_activation_descriptor_init(int node, int pnode) * note that base_dest_nodeid is actually a nasid. */ ad2->header.base_dest_nodeid = uv_partition_base_pnode << 1; + ad2->header.dest_subnodeid = 0x10; /* the LB */ ad2->header.command = UV_NET_ENDPOINT_INTD; ad2->header.int_both = 1; /* |