[Question] arch-independent way to differentiate between user andkernel

From: Steven Rostedt
Date: Wed Aug 03 2005 - 05:43:48 EST


Hi all,

I'm dealing with a problem where I want to know from __do_IRQ in
kernel/irq/handle.c if the interrupt occurred while the process was in
user space or kernel space. But the trick here is that it must work on
all architectures.

Does anyone know of some way that that function can tell if it had
interrupted the kernel or user space? I know of serveral arch-dependent
ways, but that's not acceptable right now.

Thanks,

-- Steve


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/