]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULT
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 13 Jan 2025 12:36:58 +0000 (13:36 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:24:05 +0000 (17:24 +0100)
commit722926ecbcb36c41e3cf3f051aa6cfbfaebe5959
treed9b543f53b8558621e2e3d1cd9f190106c6fa71d
parent836968fa0a85f01eeeb1f1144dfa87e3ab94a3d7
s390/extable: Rename EX_TABLE_UA_STORE to EX_TABLE_UA_FAULT

Rename EX_TABLE_UA_STORE to a more generic EX_TABLE_UA_FAULT
name. This allows to use the extable type also for uaccess inline
assemblies which read from userspace, without causing confusion.

Reviewed-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/asm-extable.h
arch/s390/include/asm/uaccess.h
arch/s390/mm/extable.c