From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Date: Thu, 11 Feb 2010 21:07:49 +0000 Subject: Re: [PATCH] ptrace: unify FDPIC implementations Message-Id: <15265.1265922469@redhat.com> List-Id: References: <1265880960-26676-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1265880960-26676-1-git-send-email-vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mike Frysinger Cc: dhowells@redhat.com, Roland McGrath , Oleg Nesterov , Paul Mundt , uclinux-dist-devel@blackfin.uclinux.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Mike Frysinger wrote: > The Blackfin/FRV/SuperH guys all have the same exact FDPIC ptrace code in > their arch handlers (since they were probably copied & pasted). Since > these ptrace interfaces are an arch independent aspect of the FDPIC code, > unify them in the common ptrace code so new FDPIC ports don't need to copy > and paste this fundamental stuff yet again. > > Signed-off-by: Mike Frysinger Acked-by: David Howells