From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 18/19] arm: add useful headers from the Linux kernel Date: Fri, 6 Jun 2014 20:40:00 +0200 Message-ID: <20140606184000.GT3994@lvm> References: <1397149020-3501-1-git-send-email-drjones@redhat.com> <1397149020-3501-19-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andrew Jones Return-path: Received: from mail-la0-f54.google.com ([209.85.215.54]:60378 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbaFFSkE (ORCPT ); Fri, 6 Jun 2014 14:40:04 -0400 Received: by mail-la0-f54.google.com with SMTP id pv20so1745731lab.41 for ; Fri, 06 Jun 2014 11:40:03 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1397149020-3501-19-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 10, 2014 at 06:56:59PM +0200, Andrew Jones wrote: > We're going to need PSR bit defines and pt_regs. We'll also need > pt_regs offsets in assembly code. This patch adapts the Linux > kernel's ptrace.h and generated/asm-offsets.h to this framework. > It also adapts cp15.h from the kernel, since we'll need bit defines > from there too. > > Signed-off-by: Andrew Jones > --- > v4: much improved asm-offsets.h generation based on Kbuild Wonderful! Acked-by: Christoffer Dall