On Sat, Feb 23, 2008 at 4:14 PM, WANG Cong <[EMAIL PROTECTED]> wrote: > This patch makes the macro get_personality function-like. > > Signed-off-by: WANG Cong <[EMAIL PROTECTED]> > Cc: Christoph Hellwig <[EMAIL PROTECTED]> > Cc: Bryan Wu <[EMAIL PROTECTED]> > Cc: David Howells <[EMAIL PROTECTED]> > > --- > arch/blackfin/kernel/signal.c | 2 +- > arch/frv/kernel/signal.c | 4 ++-- > include/linux/personality.h | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/blackfin/kernel/signal.c b/arch/blackfin/kernel/signal.c > index 5564c95..f3ef4ee 100644 > --- a/arch/blackfin/kernel/signal.c > +++ b/arch/blackfin/kernel/signal.c > @@ -224,7 +224,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, > siginfo_t * info, > > /* Set up registers for signal handler */ > wrusp((unsigned long)frame); > - if (get_personality & FDPIC_FUNCPTRS) { > + if (get_personality() & FDPIC_FUNCPTRS) { > struct fdpic_func_descriptor __user *funcptr = > (struct fdpic_func_descriptor *) ka->sa.sa_handler; > __get_user(regs->pc, &funcptr->text);
It looks ok for Blackfin Acked-by: Bryan Wu <[EMAIL PROTECTED]> Thanks a lot. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/