Re: [PATCH] arch: mips: kernel: traps: Remove some unused functions

2015-01-02 Thread James Hogan
On 02/01/15 11:20, Rickard Strandqvist wrote: > 2015-01-02 11:38 GMT+01:00 James Hogan >: > > On 01/01/15 17:48, Rickard Strandqvist wrote: > > Removes some functions that are not used anywhere: > > do_bp() do_ftlb() do_dsp() do_mcheck() do_mdmx() do_msa

Re: [PATCH] arch: mips: kernel: traps: Remove some unused functions

2015-01-02 Thread James Hogan
On 01/01/15 17:48, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > do_bp() do_ftlb() do_dsp() do_mcheck() do_mdmx() do_msa() do_msa_fpe() > > This was partially found by using a static code analysis program called > cppcheck. To elaborate on Leonid's comment, Th

Re: [PATCH] arch: mips: kernel: traps: Remove some unused functions

2015-01-01 Thread Leonid Yegoshin
Is it a New Year joke? Did you try to build vmlinux MIPS binary? - Leonid

[PATCH] arch: mips: kernel: traps: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: do_bp() do_ftlb() do_dsp() do_mcheck() do_mdmx() do_msa() do_msa_fpe() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/mips/kernel/traps.c | 185 ---