Loading
arm64: ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
hulk inclusion
category: feature
bugzilla: NA
CVE: NA
---------------------------
ILP32 tasks are needed to be distinguished from LP64 and AARCH32.
This patch adds helper functions is_ilp32_compat_{task,thread} and
thread flag TIF_32BIT_AARCH64 to address it. This is a preparation
for following patches in ILP32 patchset.
For consistency, SET_PERSONALITY is changed here accordingly.
Signed-off-by:
Andrew Pinski <Andrew.Pinski@caviumnetworks.com>
Signed-off-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by:
Christoph Muellner <christoph.muellner@theobroma-systems.com>
Signed-off-by:
Yury Norov <ynorov@caviumnetworks.com>
Reviewed-by:
David Daney <ddaney@caviumnetworks.com>
Signed-off-by:
Xiongfeng Wang <wangxiongfeng2@huawei.com>
Reviewed-by:
Hanjun Guo <guohanjun@huawei.com <mailto:guohanjun@huawei.com>>
Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>