]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64-SGI] Add some needed externs currently not defined
authorDean Nelson <dcn@sgi.com>
Thu, 24 Mar 2005 02:11:00 +0000 (19:11 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 3 May 2005 19:12:42 +0000 (12:12 -0700)
Add some needed externs currently not defined.

Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/sn/arch.h

index e6d9aa6bb561b054c7e0bc679fd34a1a4b3e1bd6..635fdce854a84b89129a9b292ac3b43392ced642 100644 (file)
@@ -56,6 +56,12 @@ DECLARE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_NUMNODES]);
 #define sn_cnodeid_to_nasid    (&__get_cpu_var(__sn_cnodeid_to_nasid[0]))
 
 
+
+extern u8 sn_partition_id;
+extern u8 sn_system_size;
+extern u8 sn_sharing_domain_size;
+extern u8 sn_region_size;
+
 extern void sn_flush_all_caches(long addr, long bytes);
 
 #endif /* _ASM_IA64_SN_ARCH_H */