Skip to content
Snippets Groups Projects
Commit e5eb925a authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Change type of asid_cache to unsigned long


asid_cache must be unsigned long otherwise on 64 bit systems it will
become 0 if the value in get_new_mmu_context() reaches 0xffffffff and
in the end the assumption of ASID_FIRST_VERSION is not true anymore
thus leads to more dangerous things.

Initial patch by Yong Zhang <yong.zhang@windriver.com>

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Reported-by: default avatarlibin <huawei.libin@huawei.com>
parent 60b5f90d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment