Skip to content

Commit

Permalink
m68k: add ColdFire with MMU enabled support to the m68k mem init code
Browse files Browse the repository at this point in the history
The ColdFire has similar setup requirements to the SUN3 code, so we
use that.

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>
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent 3f0060b commit fbe3364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/mm/init_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void __init mem_init(void)
}
}

#ifndef CONFIG_SUN3
#if !defined(CONFIG_SUN3) && !defined(CONFIG_COLDFIRE)
/* insert pointer tables allocated so far into the tablelist */
init_pointer_table((unsigned long)kernel_pg_dir);
for (i = 0; i < PTRS_PER_PGD; i++) {
Expand Down

0 comments on commit fbe3364

Please sign in to comment.