From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3sdjhv4pkFzDsfp for ; Tue, 20 Sep 2016 23:07:27 +1000 (AEST) In-Reply-To: <20160914032147.11728-1-npiggin@gmail.com> To: Nicholas Piggin From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Nicholas Piggin , Alan Modra Subject: Re: powerpc/64: syscall ABI Message-Id: <3sdjhv2qRPz9t0w@ozlabs.org> Date: Tue, 20 Sep 2016 23:07:27 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2016-14-09 at 03:21:47 UTC, Nicholas Piggin wrote: > Add some documentation for the 64-bit syscall ABI, which doesn't seem > to be documented elsewhere. > > This attempts to documented existing practice. The only small > discrepancy is glibc clobbers not quite matching the kernel (e.g., > xer, some vsyscalls trash cr1 whereas glibc only clobbers cr0). These > will be resolved after this document is merged. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7b8845a2a2ec4d9658225cf9c5 cheers