From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 6332B1A04D3 for ; Fri, 2 Oct 2015 17:47:09 +1000 (AEST) In-Reply-To: <1443153700-15395-3-git-send-email-mikey@neuling.org> To: Michael Neuling , benh@kernel.crashing.org From: Michael Ellerman Cc: mikey@neuling.org, Aaron Sawdey , Denis Kirjanov , Steve Munroe , linuxppc-dev@ozlabs.org, anton@samba.org Subject: Re: [v2, 2/2] powerpc/vdso: Avoid link stack corruption in __get_datapage() Message-Id: <20151002074709.3AE4F140773@ozlabs.org> Date: Fri, 2 Oct 2015 17:47:09 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-25-09 at 04:01:40 UTC, Michael Neuling wrote: > powerpc has a link register (lr) used for calling functions. We "bl > " to call a function, and "blr" to return back to the call site. > For the benchmark in tools/testing/selftests/powerpc/benchmarks/gettimeofday.c > POWER8: > 64bit gets ~4% improvement > 32bit gets ~9% improvement > POWER7: > 64bit gets ~7% improvement > > Signed-off-by: Michael Neuling > Reported-by: Aaron Sawdey Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c974809a26a13e40254dbe3c cheers