We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455adb3 commit b3e1eb8Copy full SHA for b3e1eb8
arch/sparc/include/asm/cpudata_64.h
@@ -28,7 +28,7 @@ typedef struct {
28
unsigned short sock_id; /* physical package */
29
unsigned short core_id;
30
unsigned short max_cache_id; /* groupings of highest shared cache */
31
- unsigned short proc_id; /* strand (aka HW thread) id */
+ signed short proc_id; /* strand (aka HW thread) id */
32
} cpuinfo_sparc;
33
34
DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
0 commit comments