--- head.S | 11 +++++++++++ 1 files changed, 11 insertions(+) --- linux-m68k-2.6.8.1+uc0/arch/m68k/kernel/head.S 2004-08-14 15:35:36.000000000 +0200 +++ uClinux-amiga-2.6.8.1/arch/m68k/kernel/head.S 2004-06-26 17:17:35.000000000 +0200 @@ -951,6 +951,8 @@ L(nocon): leds 0x4 +#ifdef CONFIG_MMU + /* * mmu_init * @@ -1402,6 +1404,8 @@ L(mmu_fixup_done): mmu_engage +#endif /* CONFIG_MMU */ + /* * After this point no new memory is allocated and * the start of available memory is stored in availmem. @@ -1485,6 +1489,8 @@ L(mmu_fixup_done): putc 'I' leds 0x10 +#ifdef CONFIG_MMU /* FIXME */ + /* * Enable caches */ @@ -1524,6 +1530,8 @@ L(cache68030): .chip 68k L(cache_done): +#endif /* CONFIG_MMU */ + putc 'J' /* @@ -1574,6 +1582,8 @@ func_start get_bi_record,%d1 func_return get_bi_record +#ifdef CONFIG_MMU + /* * MMU Initialization Begins Here * @@ -2759,6 +2769,7 @@ func_start get_new_page,%d0/%a1 func_return get_new_page +#endif /* CONFIG_MMU */ /*