hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/mips/include/asm/sn/types.h
....@@ -11,15 +11,15 @@
1111
1212 #include <linux/types.h>
1313
14
+#ifndef __ASSEMBLY__
15
+
1416 typedef unsigned long cpuid_t;
15
-typedef unsigned long cnodemask_t;
1617 typedef signed short nasid_t; /* node id in numa-as-id space */
17
-typedef signed short cnodeid_t; /* node id in compact-id space */
1818 typedef signed char partid_t; /* partition ID type */
1919 typedef signed short moduleid_t; /* user-visible module number type */
20
-typedef signed short cmoduleid_t; /* kernel compact module id type */
21
-typedef unsigned char clusterid_t; /* Clusterid of the cell */
2220
2321 typedef dev_t vertex_hdl_t; /* hardware graph vertex handle */
2422
23
+#endif
24
+
2525 #endif /* _ASM_SN_TYPES_H */