OSDN Git Service

s390/ptrace: remove PSW_DEFAULT_KEY from uapi
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 21 Jun 2023 11:35:42 +0000 (13:35 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 3 Jul 2023 09:19:39 +0000 (11:19 +0200)
commit6376402841e1fa6f1c5b7604abc9c746a84c715a
tree0d7bc4296bf8847ecea600d3cd1153f46607dc0a
parentd15e4314abec83e4f910659437bc809b0889e3a5
s390/ptrace: remove PSW_DEFAULT_KEY from uapi

Move PSW_DEFAULT_KEY from uapi/asm/ptrace.h to asm/ptrace.h. This is
possible, since it depends on PAGE_DEFAULT_ACC which is not part of
uapi. Or in other words: this define cannot be used without error.

Therefore remove it from uapi.

Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/page.h
arch/s390/include/asm/ptrace.h
arch/s390/include/uapi/asm/ptrace.h