summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/dumpstack_64.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-01-25 15:33:58 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-01-25 15:33:58 +1100
commit2f51276d9133b0069307661d627dba179694e1c3 (patch)
tree9091756d87c882da0a8c86617dc553800b1fc1ee /arch/x86/kernel/dumpstack_64.c
parent3a76a6e6ed4f441caa475a297c7f30b90884a357 (diff)
parent1d677ff56f7a9e86ab86bc859a6e667c16c9181c (diff)
Merge remote branch 'tip/auto-latest'
Diffstat (limited to 'arch/x86/kernel/dumpstack_64.c')
-rw-r--r--arch/x86/kernel/dumpstack_64.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/dumpstack_64.c b/arch/x86/kernel/dumpstack_64.c
index 0ad9597073f5..676bc051252e 100644
--- a/arch/x86/kernel/dumpstack_64.c
+++ b/arch/x86/kernel/dumpstack_64.c
@@ -33,11 +33,6 @@ static char x86_stack_ids[][8] = {
#endif
};
-int x86_is_stack_id(int id, char *name)
-{
- return x86_stack_ids[id - 1] == name;
-}
-
static unsigned long *in_exception_stack(unsigned cpu, unsigned long stack,
unsigned *usedp, char **idp)
{