A problem about porting linux kernel 3.4.2
I am porting linux kernel 3.4.2 on a mips computer, I can compile it correctly now, but when I run it on my computer, it cannot boot correctly, after some debug, I found it goes wrong after function start_kernel called function tick_init, I cannot understand because tick_init is independent from any architecture.
|