提交 9d0ca444 编写于 作者: M Martin Schwidefsky

s390/gs: add compat regset for the guarded storage broadcast control block

git commit e525f8a6
"s390/gs: add regset for the guarded storage broadcast control block"
added the missing regset to the s390_regsets array but failed to add it
to the s390_compat_regsets array.

Fixes: e525f8a6 ("add compat regset for the guarded storage broadcast control block")
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 345f8f34
...@@ -1650,6 +1650,14 @@ static const struct user_regset s390_compat_regsets[] = { ...@@ -1650,6 +1650,14 @@ static const struct user_regset s390_compat_regsets[] = {
.get = s390_gs_cb_get, .get = s390_gs_cb_get,
.set = s390_gs_cb_set, .set = s390_gs_cb_set,
}, },
{
.core_note_type = NT_S390_GS_BC,
.n = sizeof(struct gs_cb) / sizeof(__u64),
.size = sizeof(__u64),
.align = sizeof(__u64),
.get = s390_gs_bc_get,
.set = s390_gs_bc_set,
},
{ {
.core_note_type = NT_S390_RI_CB, .core_note_type = NT_S390_RI_CB,
.n = sizeof(struct runtime_instr_cb) / sizeof(__u64), .n = sizeof(struct runtime_instr_cb) / sizeof(__u64),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册