]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/ia64_uv_partition_id.diff
Add a patch to fix Intel E100 wake-on-lan problems.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / ia64_uv_partition_id.diff
1 From: Russ Anderson <rja@sgi.com>
2 Subject: Add partition id, coherence id, and region size to UV
3 References: bnc#442455
4
5 Add partition id, coherence id, and region size to UV.
6
7 The SGI xp drivers (drivers/misc/sgi-xp) are used on both
8 sn (Itanium) and uv (Tukwilla). Using the same names
9 (sn_partition_id, sn_coherency_id, sn_region_size)
10 simplifies the driver code.
11
12
13 Signed-off-by: Russ Anderson <rja@sgi.com>
14 Acked-by: Bernhard Walle <bwalle@suse.de>
15
16 ---
17
18 arch/ia64/uv/kernel/setup.c | 6 ++++++
19 1 file changed, 6 insertions(+)
20
21 --- a/arch/ia64/uv/kernel/setup.c
22 +++ b/arch/ia64/uv/kernel/setup.c
23 @@ -19,6 +19,12 @@ EXPORT_PER_CPU_SYMBOL_GPL(__uv_hub_info)
24
25 #ifdef CONFIG_IA64_SGI_UV
26 int sn_prom_type;
27 +long sn_partition_id;
28 +EXPORT_SYMBOL(sn_partition_id);
29 +long sn_coherency_id;
30 +EXPORT_SYMBOL_GPL(sn_coherency_id);
31 +long sn_region_size;
32 +EXPORT_SYMBOL(sn_region_size);
33 #endif
34
35 struct redir_addr {