Hello ! Attached patch is needed to build the kernel for Ocelot-3. Please apply Thanks Manish Lachwani
--- arch/mips/mm/sc-rm7k.c.orig 2005-01-12 15:25:06.000000000 -0800 +++ arch/mips/mm/sc-rm7k.c 2005-01-12 14:03:11.000000000 -0800 @@ -127,13 +127,13 @@ ".set mips0\n\t" ".set reorder" : - : "r" (KSEG0ADDR(i)), "i" (Index_Store_Tag_SD)); + : "r" (CKSEG0ADDR(i)), "i" (Index_Store_Tag_SD)); } } static __init void rm7k_sc_enable(void) { - void (*func)(void) = (void *) KSEG1ADDR(&__rm7k_sc_enable); + void (*func)(void) = (void *) CKSEG1ADDR(&__rm7k_sc_enable); if (read_c0_config() & 0x08) /* CONF_SE */ return;