qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 2/8] scripts: Include arch/powerpc/include/ua


From: David Gibson
Subject: Re: [Qemu-devel] [PATCH v7 2/8] scripts: Include arch/powerpc/include/uapi/asm/eeh.h
Date: Tue, 1 Sep 2015 10:51:29 +1000
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Aug 28, 2015 at 05:15:14PM +1000, Gavin Shan wrote:
> 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 <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 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
>  

-- 
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: pgp71MlMdi3OH.pgp
Description: PGP signature


reply via email to

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