public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] score cleanups
@ 2009-06-27 14:08 Arnd Bergmann
  2009-06-27 14:08 ` [PATCH 1/6] score: add missing #includes Arnd Bergmann
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Arnd Bergmann @ 2009-06-27 14:08 UTC (permalink / raw)
  To: liqin.chen; +Cc: linux-kernel, Arnd Bergmann

Hi Liqin,

I've gone over your code a bit with sparse and some clues,
cleaning up some areas that stuck out.

Please check that these make sense.

	Arnd <><

Arnd Bergmann (6):
  score: add missing #includes
  score: add address space annotations
  score: fix function prototypes
  score: cleanups: dead code, 0 as pointer, shadowed variables
  score: make irq.h definitions local
  score: clean up mm/init.c

 arch/score/include/asm/irq.h      |   10 ---------
 arch/score/include/asm/uaccess.h  |    4 +-
 arch/score/include/asm/ucontext.h |    1 +
 arch/score/kernel/irq.c           |   33 ++++++++++++++++++++++---------
 arch/score/kernel/module.c        |   13 ++++++-----
 arch/score/kernel/process.c       |    3 ++
 arch/score/kernel/ptrace.c        |    7 +++--
 arch/score/kernel/signal.c        |   38 +++++++++++++++++++++---------------
 arch/score/kernel/sys_score.c     |   28 +++++++++-----------------
 arch/score/kernel/time.c          |    2 +-
 arch/score/mm/init.c              |   34 +++++++++-----------------------
 11 files changed, 83 insertions(+), 90 deletions(-)
 create mode 100644 arch/score/include/asm/ucontext.h


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-06-29 16:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-27 14:08 [PATCH 0/6] score cleanups Arnd Bergmann
2009-06-27 14:08 ` [PATCH 1/6] score: add missing #includes Arnd Bergmann
2009-06-27 14:08 ` [PATCH 2/6] score: add address space annotations Arnd Bergmann
2009-06-27 14:08 ` [PATCH 3/6] score: fix function prototypes Arnd Bergmann
2009-06-27 14:08 ` [PATCH 4/6] score: cleanups: dead code, 0 as pointer, shadowed variables Arnd Bergmann
2009-06-27 14:08 ` [PATCH 5/6] score: make irq.h definitions local Arnd Bergmann
2009-06-27 14:08 ` [PATCH 6/6] score: clean up mm/init.c Arnd Bergmann
2009-06-29 11:18 ` [PATCH 0/6] score cleanups liqin.chen
2009-06-29 16:28   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox