gma500: the MMU code is also generic

Move this over. In actual fact there are some underlying differences as
some devices have more MMU contexts, but for our 2D purposes we don't
actually care.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Alan Cox 2011-07-05 15:42:53 +01:00 коммит произвёл Greg Kroah-Hartman
Родитель 3682a08049
Коммит 641b41858b
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,6 +11,7 @@ psb_gfx-y += gem_glue.o \
gtt.o \
intel_bios.o \
intel_opregion.o \
mmu.o \
power.o \
psb_drv.o \
psb_intel_display.o \
@ -19,7 +20,6 @@ psb_gfx-y += gem_glue.o \
psb_intel_modes.o \
psb_intel_sdvo.o \
psb_lid.o \
psb_mmu.o \
psb_irq.o \
psb_device.o \
mid_bios.o

Просмотреть файл