From: Kyle McMartin Date: Thu, 25 May 2006 16:22:30 +0000 (+0000) Subject: [PARISC] Remove dead function pc_in_user_space X-Git-Tag: v2.6.18-rc1~359^2~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7514b7a500411faa1c2ff1d5dc3198b855f5cdcc;hp=692086e0b3ca9a6cb876b901bfa87717044cb20f;p=linux-2.6 [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: Kyle McMartin --- diff --git a/arch/parisc/kernel/real2.S b/arch/parisc/kernel/real2.S index 8c2859cca7..453d01a9f9 100644 --- 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