commit | 216dc5ddfe4d4b74e3f89a224244dc15c5cfb1cb | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue May 11 09:56:31 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 13 09:00:54 2021 -0500 |
tree | 15238c9ec81d2d04cdd2a0186c15bed8a4ad6275 | |
parent | 6bc42ae3092a383949ae8124befa1d423b1c2a44 [diff] |
kernel: mmu: remove un-needed call to virt_to_bitmap_offset When marking the reserved region at the end of virtual address space, call virt_to_bitmap_offset() is not needed as we already know the offset. So remove it. Coverity-CID: 235930 Fixes #35160 Signed-off-by: Daniel Leung <daniel.leung@intel.com>