From: David S. Miller Date: Fri, 1 Aug 2008 03:33:43 +0000 (-0700) Subject: sparc64: Kill __show_regs(). X-Git-Tag: v2.6.27-rc2~74^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf3e950679b2588e554baa4da94c445c7903e24;p=pandora-kernel.git sparc64: Kill __show_regs(). The story is that what we used to do when we actually used smp_report_regs() is that if you specifically only wanted to have the current cpu's registers dumped you would call "__show_regs()" otherwise you would call show_regs() which also invoked smp_report_regs(). Now that we killed off smp_report_regs() there is no longer any reason to have these two routines, just show_regs() is sufficient. Also kill off a stray declaration of show_regs() in sparc64_ksym.c Signed-off-by: David S. Miller --- Reading git-diff-tree failed