linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc: Sparse fixes for numa.c
@ 2013-10-25 19:25 Robert C Jennings
  2013-10-25 19:25 ` [PATCH 1/2] powerpc: Fix warnings for arch/powerpc/mm/numa.c Robert C Jennings
  2013-10-25 19:25 ` [PATCH 2/2] powerpc: Move local setup.h declarations to arch includes Robert C Jennings
  0 siblings, 2 replies; 5+ messages in thread
From: Robert C Jennings @ 2013-10-25 19:25 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Robert C Jennings

Cleaning out some stashed fixes for sparse warnings found while
working on 3be7db6: (powerpc: VPHN topology change updates all siblings)

I don't see a reason why the declarations in arch/powerpc/kernel/setup.h
can't live in arch/powerpc/include/asm/setup.h and .../mm/numa.c
should include these definitions.

Robert C Jennings (2):
  powerpc: Fix warnings for arch/powerpc/mm/numa.c
  powerpc: Move local setup.h declarations to arch includes

 arch/powerpc/include/asm/setup.h   | 5 +++++
 arch/powerpc/kernel/module.c       | 3 +--
 arch/powerpc/kernel/module_32.c    | 3 +--
 arch/powerpc/kernel/module_64.c    | 3 +--
 arch/powerpc/kernel/setup-common.c | 2 --
 arch/powerpc/kernel/setup.h        | 9 ---------
 arch/powerpc/kernel/setup_32.c     | 2 --
 arch/powerpc/kernel/setup_64.c     | 2 --
 arch/powerpc/kernel/vdso.c         | 3 +--
 arch/powerpc/mm/numa.c             | 8 ++++----
 10 files changed, 13 insertions(+), 27 deletions(-)
 delete mode 100644 arch/powerpc/kernel/setup.h

-- 
1.8.1.2

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

end of thread, other threads:[~2013-10-28 14:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25 19:25 [PATCH 0/2] powerpc: Sparse fixes for numa.c Robert C Jennings
2013-10-25 19:25 ` [PATCH 1/2] powerpc: Fix warnings for arch/powerpc/mm/numa.c Robert C Jennings
2013-10-25 19:25 ` [PATCH 2/2] powerpc: Move local setup.h declarations to arch includes Robert C Jennings
2013-10-28  1:28   ` Michael Ellerman
2013-10-28 14:04     ` Robert Jennings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).