summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2022-02-21 23:25:09 +0300
committerVasily Gorbik <gor@linux.ibm.com>2022-03-01 23:05:10 +0300
commite1fc74ff23463f308709b824eed0d73e0a345f4e (patch)
treec4feceaa4a763ea849a934deecf36c32dd479a25 /scripts/gdb/linux/tasks.py
parent933b7253adf61eb4b7be2e7b1ec64217a5d8434c (diff)
downloadlinux-e1fc74ff23463f308709b824eed0d73e0a345f4e.tar.xz
s390/mm,gmap: don't use pte_val()/pXd_val() as lvalue
Convert pgtable code so pte_val()/pXd_val() aren't used as lvalue anymore. This allows in later step to convert pte_val()/pXd_val() to functions, which in turn makes it impossible to use these macros to modify page table entries like they have been used before. Therefore a construct like this: pte_val(*pte) = __pa(addr) | prot; which would directly write into a page table, isn't possible anymore with the last step of this series. Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions