On Wednesday 03 March 2010 13:58:48 Dea_RU wrote: > i adder printk(...) before all function in kernel init funktion > /init/main.c > > log show last message before called fundtion local_irq_enable(). > > If delete my debug printk-s kernel stop after first console output > "Calibrating delay loop... " > > I do not MIPS arch interput specific ..... Can be MIPS need init internel > timer and link overflow flag to interput ?? All handlers are not correctly setup, so you should include this patch in your tree: http://www.linux-mips.org/archives/linux-mips/2010-01/msg00019.html > > > ------ log with added printk ---- > ...... > Memory: 13172k/16384k available (1314k kernel code, 3212k reserved, 411k > data, 120k init, 0k highmem) > early_irq_init > NR_IRQS:256 <- kernel > init_IRQ > prio_tree_init > init_timers > hrtimers_init > softirq_init > timerkepping_init > time init > profile_init > early_boot_irqs_on > local_irq_enable <- last my debug printk message before call to > local_irq_enable() > ------------------------------- > -- Regards, Florian