From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbIhy-0001Kf-CL for qemu-devel@nongnu.org; Sun, 13 Sep 2015 21:37:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbIhu-000898-AO for qemu-devel@nongnu.org; Sun, 13 Sep 2015 21:37:26 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:50810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbIht-00088j-NV for qemu-devel@nongnu.org; Sun, 13 Sep 2015 21:37:22 -0400 Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Sep 2015 11:37:19 +1000 From: Gavin Shan Date: Mon, 14 Sep 2015 11:36:10 +1000 Message-Id: <1442194575-8537-3-git-send-email-gwshan@linux.vnet.ibm.com> In-Reply-To: <1442194575-8537-1-git-send-email-gwshan@linux.vnet.ibm.com> References: <1442194575-8537-1-git-send-email-gwshan@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v8 2/7] scripts: Include arch/powerpc/include/uapi/asm/eeh.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lvivier@redhat.com, peter.maydell@linaro.org, thuth@redhat.com, Gavin Shan , qemu-ppc@nongnu.org, david@gibson.dropbear.id.au This includes linux/arch/powerpc/include/uapi/asm/eeh.h while updating linux header files. The specific header file, introduced by the following Linux upstream commits for EEH on sPAPR platform: ed3e81f ("powerpc/eeh: Move PE state constants around") ec33d36 ("powerpc/eeh: Introduce eeh_pe_inject_err()") Signed-off-by: Gavin Shan Reviewed-by: David Gibson --- scripts/update-linux-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 2fddf2e..18daabe 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -90,6 +90,7 @@ for arch in $ARCHLIST; do cp "$tmpdir/include/asm/hyperv.h" "$output/linux-headers/asm-x86" fi if [ $arch = powerpc ]; then + cp "$tmpdir/include/asm/eeh.h" "$output/linux-headers/asm-powerpc/" cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/" fi -- 2.1.0