Skip to content
Commit 9b2d38b4 authored by Linus Walleij's avatar Linus Walleij
Browse files

fs/proc/kcore.c: Pass a pointer to virt_addr_valid()



The virt_addr_valid() should be passed a pointer, the current
code passing a long unsigned int is just exploiting the
unintentional polymorphism of these calls being implemented
as preprocessor macros.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 44c026a7
Loading
Loading
Loading
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