public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 0/5] m68k: merge and clean up of arch/m68k/kernel/m68k_ksyms*.c files
@ 2011-04-21  0:48 gerg
  2011-04-21  0:48 ` [PATCH 1/5] m68knommu: move EXPORT of dump_fpu to function definition gerg
  0 siblings, 1 reply; 10+ messages in thread
From: gerg @ 2011-04-21  0:48 UTC (permalink / raw)
  To: linux-m68k, uclinux-dev


The following patch series prepares for, and does, merging of the mmu
and non-mmu versions of m68k_ksyms.c. Most of it is really a cleanup
of the m68knommu symbol exporting. In the end the merge of the
m68k_ksyms_mm.c and m68k_ksyms_no.c is pretty simple.

Build and run tested on ARAnyM and ColdFire targets.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/5] m68k: merge mmu and non-mmu kernel/m68k_ksyms.c files
@ 2011-04-08 12:16 Greg Ungerer
  2011-04-08 12:16 ` [PATCH 1/5] m68knommu: move EXPORT of dump_fpu to function definition Greg Ungerer
  0 siblings, 1 reply; 10+ messages in thread
From: Greg Ungerer @ 2011-04-08 12:16 UTC (permalink / raw)
  To: linux-m68k


The following patch series cleans up and merges the m68k and m68knommu
m68k_syms.c file. Most of the work is in re-organizing and cleaning up
the m68knommu parts. The final file merge is pretty simple then.

 a/arch/m68k/kernel/m68k_ksyms_no.c  |   44 ------------------------------------
 arch/m68k/kernel/m68k_ksyms_mm.c    |   16 -------------
 arch/m68k/kernel/m68k_ksyms_no.c    |   21 -----------------
 arch/m68k/kernel/process_no.c       |    1 
 b/arch/m68k/kernel/m68k_ksyms.c     |   35 +++++++++++++++++++++++++---
 b/arch/m68k/kernel/m68k_ksyms_no.c  |    4 ---
 b/arch/m68k/kernel/process_no.c     |    1 
 b/arch/m68k/lib/checksum_no.c       |    3 ++
 b/arch/m68k/platform/coldfire/dma.c |    3 ++
 9 files changed, 39 insertions(+), 89 deletions(-)

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

end of thread, other threads:[~2011-04-21  9:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-21  0:48 [PATCH 0/5] m68k: merge and clean up of arch/m68k/kernel/m68k_ksyms*.c files gerg
2011-04-21  0:48 ` [PATCH 1/5] m68knommu: move EXPORT of dump_fpu to function definition gerg
2011-04-21  0:48   ` [PATCH 2/5] m68knommu: move EXPORT of local checksumming functions to definitions gerg
2011-04-21  0:48     ` [PATCH 3/5] m68knommu: move EXPORT of kernel_thread to function definition gerg
2011-04-21  0:48       ` [PATCH 4/5] m68knommu: remove un-needed exporting of COLDFIRE symbols gerg
2011-04-21  0:48         ` [PATCH 5/5] m68k: merge non-mmu and mmu versions of m68k_ksyms.c gerg
2011-04-21  8:16           ` Geert Uytterhoeven
2011-04-21  8:32             ` Philippe De Muyter
2011-04-21  9:28               ` [uClinux-dev] " Greg Ungerer
  -- strict thread matches above, loose matches on Subject: below --
2011-04-08 12:16 [PATCH 0/5] m68k: merge mmu and non-mmu kernel/m68k_ksyms.c files Greg Ungerer
2011-04-08 12:16 ` [PATCH 1/5] m68knommu: move EXPORT of dump_fpu to function definition Greg Ungerer
2011-04-08 12:16   ` [PATCH 2/5] m68knommu: move EXPORT of local checksumming functions to definitions Greg Ungerer
2011-04-08 12:17     ` [PATCH 3/5] m68knommu: move EXPORT of kernel_thread to function definition Greg Ungerer
2011-04-08 12:17       ` [PATCH 4/5] m68knommu: remove un-needed exporting of COLDFIRE symbols Greg Ungerer

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