[PATCH 1/2] asm-generic: Make msi.h a mandatory include/asm header

Paul Walmsley paul.walmsley at sifive.com
Fri Oct 25 02:17:59 AEDT 2019


On Thu, 24 Oct 2019, Michal Simek wrote:

> msi.h is generic for all architectures expect of x86 which has own version.
> Enabling MSI by including msi.h to architecture Kbuild is just additional
> step which doesn't need to be done.
> The patch was created based on request to enable MSI for Microblaze.
> 
> Suggested-by: Christoph Hellwig <hch at infradead.org>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
> 
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/

[ ... ]

> diff --git a/arch/riscv/include/asm/Kbuild b/arch/riscv/include/asm/Kbuild
> index 16970f246860..1efaeddf1e4b 100644
> --- a/arch/riscv/include/asm/Kbuild
> +++ b/arch/riscv/include/asm/Kbuild
> @@ -22,7 +22,6 @@ generic-y += kvm_para.h
>  generic-y += local.h
>  generic-y += local64.h
>  generic-y += mm-arch-hooks.h
> -generic-y += msi.h
>  generic-y += percpu.h
>  generic-y += preempt.h
>  generic-y += sections.h

Acked-by: Paul Walmsley <paul.walmsley at sifive.com> # arch/riscv
Tested-by: Paul Walmsley <paul.walmsley at sifive.com> # build only, rv32/rv64

Thanks Michał,


- Paul


More information about the Linuxppc-dev mailing list