Re: [PATCH] arch/score/kernel/process.c: Remove useless varialbes 'ti' and 'regs'

2014-06-12 Thread Liqin Chen
It's ok for S+core Thanks. Acked-by: Chen Liqin 2014-06-08 14:58 GMT+08:00 Chen Gang : > They are useless, so remove them, the related warning (with > allmodconfig under score): > > CC arch/score/kernel/process.o > arch/score/kernel/process.c: In function 'copy_thread': > arch/score/

[PATCH] arch/score/kernel/process.c: Remove useless varialbes 'ti' and 'regs'

2014-06-07 Thread Chen Gang
They are useless, so remove them, the related warning (with allmodconfig under score): CC arch/score/kernel/process.o arch/score/kernel/process.c: In function 'copy_thread': arch/score/kernel/process.c:76:18: warning: unused variable 'regs' [-Wunused-variable] struct pt_regs *reg