Linux 2.6-10.rc3 8xx: Only 3 characters are printed well in __i n it start_kernel() upon kernel booting

Povolotsky, Alexander Alexander.Povolotsky at marconi.com
Sun Jan 16 11:55:24 EST 2005


__init start_kernel() in init/main.c 

... 
lock_kernel();
page_address_init();
printk(linux_banner);
setup_arch(&command_line);
setup_per_cpu_areas();
...

Are interrupts enabled in above code ?
If so, could I somehow disable interrupts and switch to the "polling mode"
of the serial driver (drivers/serial/cpm_uart/cpm_uart_core.c) just before
printk() ?

Thanks,
Alex



More information about the Linuxppc-dev mailing list