Commit 7514b7a5 authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin

[PARISC] Remove dead function pc_in_user_space

This code has been crufting up the file without any use for quite
a long time, so let's kill it.
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 692086e0
......@@ -276,15 +276,6 @@ r64_ret:
#endif
.export pc_in_user_space
.text
/* Doesn't belong here but I couldn't find a nicer spot. */
/* Should never get called, only used by profile stuff in time.c */
pc_in_user_space:
bv,n 0(%rp)
nop
.export __canonicalize_funcptr_for_compare
.text
/* http://lists.parisc-linux.org/hypermail/parisc-linux/10916.html
......
Markdown is supported
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