|
@@ -28,7 +28,7 @@ typedef struct {
|
|
unsigned short sock_id; /* physical package */
|
|
unsigned short sock_id; /* physical package */
|
|
unsigned short core_id;
|
|
unsigned short core_id;
|
|
unsigned short max_cache_id; /* groupings of highest shared cache */
|
|
unsigned short max_cache_id; /* groupings of highest shared cache */
|
|
- unsigned short proc_id; /* strand (aka HW thread) id */
|
|
|
|
|
|
+ signed short proc_id; /* strand (aka HW thread) id */
|
|
} cpuinfo_sparc;
|
|
} cpuinfo_sparc;
|
|
|
|
|
|
DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
|
|
DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
|