m68k: merge non-mmu and mmu versions of m68k_ksyms.c
authorGreg Ungerer <gerg@uclinux.org>
Tue, 29 Mar 2011 05:06:37 +0000 (15:06 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 00:03:51 +0000 (10:03 +1000)
After cleaning up m68k_ksyms_no.c it is now strait forward to merge
the non-mmu and mmu versions of m68k_ksyms.c. The need for the extra
gcc functions is not strictly based on having an MMU or not. It is
based on the family the processor belongs too, so use an appropriate
conditional check.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found