aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Nelson <dcn@sgi.com>2005-03-23 19:11:00 -0700
committerTony Luck <tony.luck@intel.com>2005-05-03 12:12:42 -0700
commit7fbd2a5337b2aa91266abbded97330f909904fd5 (patch)
tree0aca2260c63b65068e69bc82b5ab55f4da4b9421
parent21e37283909c12e300ab87c20f5addc878cda9f9 (diff)
downloadlinux-7fbd2a5337b2aa91266abbded97330f909904fd5.tar.gz
[IA64-SGI] Add some needed externs currently not defined
Add some needed externs currently not defined. Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
-rw-r--r--include/asm-ia64/sn/arch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/arch.h b/include/asm-ia64/sn/arch.h
index e6d9aa6bb561b0..635fdce854a84b 100644
--- a/include/asm-ia64/sn/arch.h
+++ b/include/asm-ia64/sn/arch.h
@@ -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 */