linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* PATCH powerpc: 00/04 Remove __pmac, etc, sections, merge sections.h
@ 2005-09-17 15:31 Jon Loeliger
  2005-09-17 15:35 ` PATCH powerpc: 01/04 Remove sections use from ppc Jon Loeliger
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jon Loeliger @ 2005-09-17 15:31 UTC (permalink / raw)
  To: linuxppc-dev, linuxppc64-dev


Here is a new patch that removes all notion of the pmac, prep,
chrp and openfirmware initialization sections, and then unifies
the sections.h files without those __pmac, etc, sections identifiers
cluttering things up.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
---

Part 01/04 - Remove sections use from ppc
 arch/ppc/kernel/pci.c               |   10 +-
 arch/ppc/kernel/setup.c             |    2 
 arch/ppc/platforms/chrp_pci.c       |    8 +-
 arch/ppc/platforms/chrp_setup.c     |   16 ++-
 arch/ppc/platforms/chrp_smp.c       |    2 
 arch/ppc/platforms/chrp_time.c      |    8 +-
 arch/ppc/platforms/pmac_backlight.c |   16 ++-
 arch/ppc/platforms/pmac_cpufreq.c   |   36 ++++---
 arch/ppc/platforms/pmac_feature.c   |  176 ++++++++++++++++++-----------------
 arch/ppc/platforms/pmac_nvram.c     |   42 ++++----
 arch/ppc/platforms/pmac_pci.c       |   22 ++--
 arch/ppc/platforms/pmac_pic.c       |   26 +++--
 arch/ppc/platforms/pmac_setup.c     |   12 +-
 arch/ppc/platforms/pmac_smp.c       |   10 +-
 arch/ppc/platforms/pmac_time.c      |    8 +-
 arch/ppc/platforms/prep_pci.c       |   64 ++++++-------
 arch/ppc/platforms/prep_setup.c     |   44 ++++-----
 arch/ppc/platforms/residual.c       |    2 
 arch/ppc/syslib/btext.c             |    6 +
 arch/ppc/syslib/prep_nvram.c        |   13 +--
 arch/ppc/syslib/prom.c              |   18 ++--

Part 02/04 - Remove sections use from ppc64 and drivers
 arch/ppc64/kernel/pmac_feature.c    |   60 ++++++------
 arch/ppc64/kernel/pmac_nvram.c      |   30 +++---
 arch/ppc64/kernel/pmac_pci.c        |   12 +-
 arch/ppc64/kernel/pmac_setup.c      |   10 +-
 arch/ppc64/kernel/pmac_smp.c        |    2 
 arch/ppc64/kernel/pmac_time.c       |    4 -
 drivers/ide/ppc/pmac.c              |   80 ++++++++--------
 drivers/macintosh/ans-lcd.c         |   10 +-
 drivers/macintosh/mediabay.c        |   56 ++++++-----
 drivers/macintosh/via-cuda.c        |    1 
 drivers/macintosh/via-pmu.c         |  129 +++++++++++++-------------
 drivers/macintosh/via-pmu68k.c      |   15 +--

Part 03/04 - Remove section free() and linker script
 arch/ppc/kernel/vmlinux.lds.S       |   26 -----
 arch/ppc/mm/init.c                  |   12 --

Part 04/04 - Merge simplified sections.h into asm-powerpc
 include/asm-powerpc/sections.h      |   20 ++++
 include/asm-ppc/sections.h          |   33 -------
 include/asm-ppc64/sections.h        |   29 ------

 38 files changed, 492 insertions(+), 578 deletions(-)

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

end of thread, other threads:[~2005-09-18 22:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-17 15:31 PATCH powerpc: 00/04 Remove __pmac, etc, sections, merge sections.h Jon Loeliger
2005-09-17 15:35 ` PATCH powerpc: 01/04 Remove sections use from ppc Jon Loeliger
2005-09-17 15:36 ` PATCH powerpc: 02/04 Remove sections use from ppc64 and drivers Jon Loeliger
2005-09-17 15:38 ` PATCH powerpc: 03/04 Remove section free() and linker script bits Jon Loeliger
2005-09-17 15:39 ` PATCH powerpc: 04/04 Merge simplified sections.h into asm-powerpc Jon Loeliger
2005-09-18  1:25 ` PATCH powerpc: 00/04 Remove __pmac, etc, sections, merge sections.h Benjamin Herrenschmidt
2005-09-18 17:50   ` Kumar Gala
2005-09-18 22:13     ` Benjamin Herrenschmidt

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).