提交 b3e1eb8e 编写于 作者: D David S. Miller

sparc64: Make proc_id signed.

So that when it is unset, ie. '-1', userspace can see it
properly.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 455adb31
......@@ -28,7 +28,7 @@ typedef struct {
unsigned short sock_id; /* physical package */
unsigned short core_id;
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;
DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册