| Submitter | Alexander Graf |
|---|---|
| Date | Jan. 7, 2013, 3:38 p.m. |
| Message ID | <1357573140-8877-8-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/210004/ |
| State | New |
| Headers | show |
Comments
Patch
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"