projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692086e
)
[PARISC] Remove dead function pc_in_user_space
author
Kyle McMartin
<kyle@parisc-linux.org>
Thu, 25 May 2006 16:22:30 +0000
(16:22 +0000)
committer
Kyle McMartin
<kyle@hera.kernel.org>
Tue, 27 Jun 2006 23:28:35 +0000
(23:28 +0000)
This code has been crufting up the file without any use for quite
a long time, so let's kill it.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/real2.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/real2.S
b/arch/parisc/kernel/real2.S
index 8c2859cca77ee69ab0dfbcbb2af84cf2e70c76b8..453d01a9f97149ce44ea848667c1b3661e072e6f 100644
(file)
--- a/
arch/parisc/kernel/real2.S
+++ b/
arch/parisc/kernel/real2.S
@@
-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