commit | 91a6af3e8f74eaa390ef3cef15e088f46186d9f2 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Fri Nov 24 14:14:36 2023 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 28 16:44:16 2023 -0500 |
tree | b9d09835afbc8f7d2d190ad4803e21da8e9ea583 | |
parent | 789addb02f6cd7479601ed3b487bcf57c2a3919c [diff] |
kernel: mmu: Fix static analysis issue Instead of performing a set of relative address comparisons using pointers of type 'uint8_t *', we leverage the existing IN_RANGE() macro and perform the comparisons with 'uintptr_t'. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>