diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-10-18 16:52:41 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-12-30 10:20:40 +1000 |
commit | 74d4799221d0f5c5997a8b9817fe1ec76de0a666 (patch) | |
tree | 319ef1d26491ff4ac78d75a4c5fba89745b047f4 /arch/m68k/include/asm/pgalloc.h | |
parent | 0e6782c880e921106de645554939a5a714d8c865 (diff) | |
download | blackbird-op-linux-74d4799221d0f5c5997a8b9817fe1ec76de0a666.tar.gz blackbird-op-linux-74d4799221d0f5c5997a8b9817fe1ec76de0a666.zip |
m68k: create ColdFire MMU pgalloc code
Add code to support the ColdFire V4e MMU pgalloc functions.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Matt Waddel <mwaddel@yahoo.com>
Acked-by: Kurt Mahan <kmahan@xmission.com>
Diffstat (limited to 'arch/m68k/include/asm/pgalloc.h')
-rw-r--r-- | arch/m68k/include/asm/pgalloc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/pgalloc.h b/arch/m68k/include/asm/pgalloc.h index c294aad8a900..37bee7e3223d 100644 --- a/arch/m68k/include/asm/pgalloc.h +++ b/arch/m68k/include/asm/pgalloc.h @@ -7,7 +7,9 @@ #ifdef CONFIG_MMU #include <asm/virtconvert.h> -#ifdef CONFIG_SUN3 +#if defined(CONFIG_COLDFIRE) +#include <asm/mcf_pgalloc.h> +#elif defined(CONFIG_SUN3) #include <asm/sun3_pgalloc.h> #else #include <asm/motorola_pgalloc.h> |