Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: Mark the 'addr' argument to set_ptes() and __set_pte_at() as u…
…nused This argument is not used by the arm64 implementation. Mark it as __always_unused and also remove the unnecessary 'addr' increment in set_ptes(). Signed-off-by: Catalin Marinas <[email protected]> Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Cc: Will Deacon <[email protected]> Tested-by: Ryan Roberts <[email protected]> Link: https://lore.kernel.org/r/[email protected]
- Loading branch information