Skip to content
Commit a442ac51 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Clean up 'print_fn_descriptor_symbol()' types



Everybody wants to pass it a function pointer, and in fact, that is what
you _must_ pass it for it to make sense (since it knows that ia64 and
ppc64 use descriptors for function pointers and fetches the actual
address from there).

So don't make the argument be a 'unsigned long' and force everybody to
add a cast.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7371fd11
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment