It happens before "module_finalize", so I'm guessing it is also before
parameter passing.
Even if we did it after parameter passing, as long as the code does not
run on another CPU we are fine. Unless the module is setting up interrupt
handlers or kicking off kernel threads, doing the change after parameter
passing would not hurt.
But it looks like we are doing it before that anyway, so it is not an
issue.
Thanks,
-- Steve
--