]> xenbits.xensource.com Git - people/julieng/linux-arm.git/commit
arm64/mm: Move bits to asid_info
authorJulien Grall <julien.grall@arm.com>
Wed, 4 Jul 2018 15:49:28 +0000 (16:49 +0100)
committerJulien Grall <julien.grall@arm.com>
Thu, 21 Mar 2019 14:45:00 +0000 (14:45 +0000)
commitbca4c6a7321ad7f5e90e47c5fe05dc86d0779e97
tree2f362973eb0e3948b2dc55e17d520b30bd740cf8
parentaa7b79ddfa32b0de9dce07a10ae0f0d2066c9708
arm64/mm: Move bits to asid_info

The variable bits hold information for a given ASID allocator. So move
it to the asid_info structure.

Because most of the macros were relying on bits, they are now taking an
extra parameter that is a pointer to the asid_info structure.

Signed-off-by: Julien Grall <julien.grall@arm.com>
arch/arm64/mm/context.c