From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH 0/4] user-cr: powerpc support etc Date: Wed, 16 Sep 2009 14:05:09 -0400 Message-ID: <4AB128D5.4090701@librato.com> References: <1253093271-16357-1-git-send-email-ntl@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1253093271-16357-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Nathan Lynch Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org List-Id: containers.vger.kernel.org got them .. thanks. Nathan Lynch wrote: > Patch 1 is an obvious fix, I think. > > The rest is an assortment of hacks I've employed to get this building > and working on powerpc. > > Nathan Lynch (4): > fix rename fallout > restart: (build fix hack) define sa_family_t and struct linger > mktree: initial powerpc support hacks > makefile hack for powerpc > > Makefile | 5 +++- > clone_ppc32.S | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > powerpc_asm.h | 46 +++++++++++++++++++++++++++++++++ > restart.c | 31 ++++++++++++++++++++++ > 4 files changed, 160 insertions(+), 1 deletions(-) > create mode 100644 clone_ppc32.S > create mode 100644 powerpc_asm.h >