[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F4B232F.2070605@zytor.com>
Date: Sun, 26 Feb 2012 22:31:11 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: Andrew Morton <akpm@...ux-foundation.org>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Alex Shi <alex.shi@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: linux-next: build failure after merge of the akpm tree
On 02/26/2012 10:21 PM, Stephen Rothwell wrote:
>
> I applied the following fix up patch.
>
> From: Stephen Rothwell <sfr@...b.auug.org.au> Date: Mon, 27 Feb
> 2012 17:12:00 +1100 Subject: [PATCH] percpu: fix for removal of
> percpu_xxx function
>
> Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au> ---
> arch/x86/include/asm/compat.h | 2 +- 1 files changed, 1
> insertions(+), 1 deletions(-)
>
> diff --git a/arch/x86/include/asm/compat.h
> b/arch/x86/include/asm/compat.h index e7f68b4..b6a2a1c 100644 ---
> a/arch/x86/include/asm/compat.h +++
> b/arch/x86/include/asm/compat.h @@ -229,7 +229,7 @@ static inline
> void __user *arch_compat_alloc_user_space(long len) sp =
> task_pt_regs(current)->sp; } else { /* -128 for the x32 ABI redzone
> */ - sp = percpu_read(old_rsp) - 128; + sp =
> __this_cpu_read(old_rsp) - 128; }
>
> return (void __user *)round_down(sp - len, 16);
Acked-by: H. Peter Anvin <hpa@...or.com>
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists