[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
context
Documentation says quite few about that what context API functions
can be called.
Especially I have to know if rtf_put() can be called from
init_module() or not.
I can see, that content of rtf_put() is mostly harmless.
Only rtl_critical() and rtl_end_critical() are suspicious.
These macros are expanded to rtl_no_interrupts(), rtl_spin_lock() and
similar operations that call another strange functions in unknown depth.
So is anybody out there who knows the answer? ;-)
Gabor