diff options
author | Tony Luck <tony.luck@intel.com> | 2005-10-28 22:24:06 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-10-28 22:24:06 +0200 |
commit | a1e78db3f54d3481726ed2d3d58d8ad5b19b13d0 (patch) | |
tree | 5793f26d8787ee8462a0ac4316b4a07d7cfa04af /include/asm-ia64/sn/io.h | |
parent | Pull sn_pci_legacy_read-write into release branch (diff) | |
parent | [IA64-SGI] Increase max system size of SGI SN systems (diff) | |
download | linux-a1e78db3f54d3481726ed2d3d58d8ad5b19b13d0.tar.xz linux-a1e78db3f54d3481726ed2d3d58d8ad5b19b13d0.zip |
Pull define-node-cleanup into release branch
Diffstat (limited to 'include/asm-ia64/sn/io.h')
-rw-r--r-- | include/asm-ia64/sn/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/io.h b/include/asm-ia64/sn/io.h index 7597a52b426c..41c73a735628 100644 --- a/include/asm-ia64/sn/io.h +++ b/include/asm-ia64/sn/io.h @@ -14,7 +14,7 @@ extern void * sn_io_addr(unsigned long port) __attribute_const__; /* Forward definition */ extern void __sn_mmiowb(void); /* Forward definition */ -extern int numionodes; +extern int num_cnodes; #define __sn_mf_a() ia64_mfa() |