|
From: Manish R. <man...@st...> - 2007-04-09 12:49:06
|
Hi. In my implementing power management, when I wakeup, my busybox thread is not scheduled after Exiting from linux power management framework. Because of that I am not getting any shell prompt. System is inside idle thread. All console prints entered in code after wakeup appears on console. If I add prints for printing each thread Name at end of linux power mgmt code( at end of enter_state() in kernel/power/main.c) then my prompt appears. Adding delay instead of print doesn't work. I entered in memstate thru sysfs (/sys/power/state). Pls note that timer & uart interrupts are behaving as expected. Has anybody faced similar problem of non scheduling? Thanks Regards Manish |