Hi,
I'm new to kernel programming, currently started ldd book
For the current process it says that global item current returns the
task_struct of the currently running process.
What if I refer this global during interrupt servicing?
What will happen? What should I expect.
Thanks,
tpyy