aboutsummaryrefslogtreecommitdiff
path: root/include/asm-ia64/sn/types.h
diff options
context:
space:
mode:
authorMark Goodwin <markgw@sgi.com>2005-04-25 13:21:54 -0700
committerTony Luck <tony.luck@intel.com>2005-04-25 13:21:54 -0700
commit0985ea8f2db87d32b0b750229889e55fed7458ef (patch)
tree76e292f65c01b5f298a7a8d5a03287229c4be3a3 /include/asm-ia64/sn/types.h
parenta37d98f6a98254c05315e0bbf45c4602942d14b1 (diff)
[IA64-SGI] Altix SN add support for slots in geoid_t locator
This patch against ia64-test-2.6.12 is needed for forthcoming Altix chipsets. It renames geoid_any_t to geoid_common_t and splits the 8bit 'slab' field into two 4bit fields for 'slab' and 'slot'. Similar changes in the Altix SAL will retain backward compatibility for old kernels. Signed-off-by: Mark Goodwin <markgw@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn/types.h')
-rw-r--r--include/asm-ia64/sn/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/types.h b/include/asm-ia64/sn/types.h
index 586ed47cae9..8e04ee211e5 100644
--- a/include/asm-ia64/sn/types.h
+++ b/include/asm-ia64/sn/types.h
@@ -16,7 +16,8 @@ typedef signed short nasid_t; /* node id in numa-as-id space */
typedef signed char partid_t; /* partition ID type */
typedef unsigned int moduleid_t; /* user-visible module number type */
typedef unsigned int cmoduleid_t; /* kernel compact module id type */
-typedef signed char slabid_t;
+typedef unsigned char slotid_t; /* slot (blade) within module */
+typedef unsigned char slabid_t; /* slab (asic) within slot */
typedef u64 nic_t;
typedef unsigned long iopaddr_t;
typedef unsigned long paddr_t;