Re: [PATCH 01/16] Make the macro get_personality function-like.

From: Bryan Wu
Date: Sat Feb 23 2008 - 03:59:16 EST


On Sat, Feb 23, 2008 at 4:14 PM, WANG Cong <xiyou.wangcong@xxxxxxxxx> wrote:
> This patch makes the macro get_personality function-like.
>
> Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx>
> Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx>
> Cc: Bryan Wu <bryan.wu@xxxxxxxxxx>
> Cc: David Howells <dhowells@xxxxxxxxxx>
>
> ---
> 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 <cooloney@xxxxxxxxxx>

Thanks a lot.
--
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/