qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH v3 03/12] scripts/update-linux-headers.sh: add new


From: David Gibson
Subject: Re: [Qemu-ppc] [PATCH v3 03/12] scripts/update-linux-headers.sh: add new files for ARM
Date: Fri, 3 Mar 2017 14:35:11 +1100
User-agent: Mutt/1.7.1 (2016-10-04)

On Thu, Mar 02, 2017 at 04:38:58PM +1100, Sam Bobroff wrote:
> The kernel has added some new headers for ARM, so add these so that
> the script can be run successfully.
> 
> Signed-off-by: Sam Bobroff <address@hidden>

Reviewed-by: David Gibson <address@hidden>

> ---
>  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 c75c30da1b..d8a178b070 100755
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -79,6 +79,7 @@ for arch in $ARCHLIST; do
>      ARCH_EXTRA=
>      ARCH_STD_EXTRA=
>      case "$arch" in
> +        arm) ARCH_EXTRA="unistd-eabi.h unistd-oabi.h" ;;
>          powerpc) ARCH_EXTRA=epapr_hcalls.h ;;
>          s390) ARCH_STD_EXTRA="kvm_virtio.h virtio-ccw.h" ;;
>          x86) ARCH_EXTRA="unistd_32.h unistd_x32.h unistd_64.h" 
> ARCH_STD_EXTRA="hyperv.h" ;;

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]