aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <[email protected]>2011-07-05 15:42:53 +0100
committerGreg Kroah-Hartman <[email protected]>2011-07-05 08:20:43 -0700
commit641b41858b29d4ebf1be3921cab7b2cac7b18111 (patch)
tree6ce7ed1bfd30b5b939240a24f3176f21d801242c
parent3682a08049fdf03c3c83b4ce44146dea19057fd7 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/gma500/Makefile2
-rw-r--r--drivers/staging/gma500/mmu.c (renamed from drivers/staging/gma500/psb_mmu.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index c0143732f323..d4a87c07e177 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -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
diff --git a/drivers/staging/gma500/psb_mmu.c b/drivers/staging/gma500/mmu.c
index c904d73b1de3..c904d73b1de3 100644
--- a/drivers/staging/gma500/psb_mmu.c
+++ b/drivers/staging/gma500/mmu.c