Re: [2.6 patch] blackfin: remove dump_thread()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bryan Wu
Date: Tuesday, November 6, 2007 - 8:07 pm

On 11/6/07, Adrian Bunk <bunk@kernel.org> wrote:

Why only remove it from Blackfin? any more reason?
I found this in latest 2.6.24-rc2:

--
Cscope tag: dump_thread
   #   line  filename / context / line
   1    324  arch/alpha/kernel/process.c <<dump_thread>>
             dump_thread(struct pt_regs * pt, struct user * dump)
   2    373  arch/arm/kernel/process.c <<dump_thread>>
             void dump_thread(struct pt_regs * regs, struct user * dump)
   3    244  arch/blackfin/kernel/process.c <<dump_thread>>
             void dump_thread(struct pt_regs *regs, struct user *dump)
   4    321  arch/m68k/kernel/process.c <<dump_thread>>
             void dump_thread(struct pt_regs * regs, struct user * dump)
   5    572  arch/sparc/kernel/process.c <<dump_thread>>
             void dump_thread(struct pt_regs * regs, struct user * dump)
   6    731  arch/sparc64/kernel/process.c <<dump_thread>>
             void dump_thread(struct pt_regs * regs, struct user * dump)
   7    306  arch/um/kernel/process.c <<dump_thread>>
             void dump_thread(struct pt_regs *regs, struct user *u)
   8    519  arch/x86/kernel/process_32.c <<dump_thread>>
             void dump_thread(struct pt_regs * regs, struct user * dump)
--

Regards,
-Bryan

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] blackfin: remove dump_thread(), Adrian Bunk, (Mon Nov 5, 10:07 am)
Re: [2.6 patch] blackfin: remove dump_thread(), Bryan Wu, (Tue Nov 6, 8:07 pm)
Re: [2.6 patch] blackfin: remove dump_thread(), Adrian Bunk, (Tue Nov 6, 8:28 pm)
Re: [2.6 patch] blackfin: remove dump_thread(), Bryan Wu, (Tue Nov 6, 8:39 pm)
Re: [2.6 patch] blackfin: remove dump_thread(), Mike Frysinger, (Tue Nov 6, 8:41 pm)