aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_buffer.c
diff options
context:
space:
mode:
authorYury Norov <[email protected]>2017-08-20 10:20:47 +0000
committerCatalin Marinas <[email protected]>2017-08-22 17:13:04 +0000
commit5ce93ab624cee4ed68086c946bd6d18b9b3f64aa (patch)
tree189c30a3a1e8ea8483aa8cc22a478ad0a6093e05 /drivers/tty/tty_buffer.c
parentarm64: hugetlb: Cleanup setup_hugepagesz (diff)
downloadkernel-5ce93ab624cee4ed68086c946bd6d18b9b3f64aa.tar.gz
kernel-5ce93ab624cee4ed68086c946bd6d18b9b3f64aa.zip
arm64: introduce separated bits for mm_context_t flags
Currently mm->context.flags field uses thread_info flags which is not the best idea for many reasons. For example, mm_context_t doesn't need most of thread_info flags. And it would be difficult to add new mm-related flag if needed because it may easily interfere with TIF ones. To deal with it, the new MMCF_AARCH32 flag is introduced for mm_context_t->flags, where MMCF prefix stands for mm_context_t flags. Also, mm_context_t flag doesn't require atomicity and ordering of the access, so using set/clear_bit() is replaced with simple masks. Signed-off-by: Yury Norov <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'drivers/tty/tty_buffer.c')
0 files changed, 0 insertions, 0 deletions