[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH] powerpc: linux header sync script includes epapr_hcal
From: |
Bharat Bhushan |
Subject: |
[Qemu-ppc] [PATCH] powerpc: linux header sync script includes epapr_hcalls.h |
Date: |
Tue, 18 Dec 2012 16:43:58 +0530 |
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 <address@hidden>
---
This patch is after all the discussion we had on patch with subject
"Added uapi directory in linux-header" and the mentioned patch is
no more needed.
scripts/update-linux-headers.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 4c7b566..120a694 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"
--
1.7.0.4
- [Qemu-ppc] [PATCH] powerpc: linux header sync script includes epapr_hcalls.h,
Bharat Bhushan <=