From: Bharat Bhushan Date: Tue, 18 Dec 2012 01:13:58 +0000 (+0000) Subject: powerpc: linux header sync script includes epapr_hcalls.h X-Git-Tag: v1.4.0-rc0~200^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d56af005dc3d6354bd39411e8446b415bbcf86b8;p=thirdparty%2Fqemu.git powerpc: linux header sync script includes epapr_hcalls.h epapr_hcalls.h is now referenced by kvm_para.h. so this is needed for QEMU to get compiled on powerpc. Signed-off-by: Bharat Bhushan Signed-off-by: Alexander Graf --- diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 4c7b566fdfb..120a694313f 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -54,6 +54,9 @@ for arch in $ARCHLIST; do if [ $arch = x86 ]; then cp "$tmpdir/include/asm/hyperv.h" "$output/linux-headers/asm-x86" fi + if [ $arch = powerpc ]; then + cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/" + fi done rm -rf "$output/linux-headers/linux"