diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-04-21 02:48:07 (GMT) |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-05-24 05:17:21 (GMT) |
commit | cae2e6cc002d6fdee7d8a230736fa7c685e54b35 (patch) | |
tree | f587ea6e2d04196d29a3c0376ea06121ecec50be /drivers/virtio | |
parent | 48e1328e06dd9bd7a4932ee47428475963ea55b0 (diff) | |
download | linux-fsl-qoriq-cae2e6cc002d6fdee7d8a230736fa7c685e54b35.tar.xz |
m68k: merge the mmu and non-mmu versions of sys_m68k.c
There is a lot of common code in the sys_m68k.c files. The mmu and non-mmu
versions can easily be merged into a single file.
There is really only 2 functions that differ in the 2 cases. A single
ifdef on CONFIG_MMU can take care of this. Alternatively we could break
those 2 functions out and maintain sys_m68k_no.c and sys_m68k_mm.c with
just this code in it (Makefile could then just build the right one).
Does anyone have strong feelings on which way they want this done?
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'drivers/virtio')
0 files changed, 0 insertions, 0 deletions