]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sparc64: Kill __show_regs().
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Aug 2008 03:33:43 +0000 (20:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Aug 2008 03:33:43 +0000 (20:33 -0700)
commitdbf3e950679b2588e554baa4da94c445c7903e24
treeb312ea343ce84eae8ad0c2010f4cc894093d462b
parent6717c282e407650c29e7b058623d89f543015a33
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 <davem@davemloft.net>
arch/sparc64/kernel/process.c
arch/sparc64/kernel/sparc64_ksyms.c
arch/sparc64/kernel/traps.c