Re: [PATCH] kernel: context_tracking: use extern function insteadof static inline function for user_enter/exit()
From: Steven Rostedt
Date: Wed Oct 23 2013 - 07:15:22 EST
On Wed, 2013-10-23 at 19:01 +0800, Chen Gang wrote:
> > void arch_user_enter(void)
> > {
> > user_enter();
> > }
> >
>
> OK, thanks. That sounds reasonable to me. I will send related patch to
> arm guys. :-)
If you do so, don't call it "arch_user_enter()", maybe call it
"asm_user_enter()", as "arch_*" is something used to be called by the
generic code. My mistake in using that as an example.
-- 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/