> Can __switch_to() actually go back directly to user mode?
No, switch_to() will return to it's caller the scheduler with the sole
exception which are new born processes. These will start execution at
some architecture specific point which typically is ret_from_fork.
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/