Skip to content

Commit 8f36479

Browse files
tudorlmpe
authored andcommitted
powerpc: allow compiling with GENERIC_MSI_IRQ_DOMAIN
This allows building powerpc with the GENERIC_MSI_IRQ_DOMAIN Kconfig by enabling the asm-generic msi.h in Kbuild. Without this, there's a compilation error [1] because powerpc, as most arches, doesn't provide an asm/msi.h. [1] In file included from ./include/linux/kvm_host.h:20:0, from ./arch/powerpc/include/asm/kvm_ppc.h:30, from arch/powerpc/kernel/dbell.c:20: ./include/linux/msi.h:195:21: fatal error: asm/msi.h: No such file or directory Signed-off-by: Laurentiu Tudor <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 76d98ab commit 8f36479

File tree

1 file changed

+1
-0
lines changed
  • arch/powerpc/include/asm

1 file changed

+1
-0
lines changed

arch/powerpc/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ generic-y += mcs_spinlock.h
88
generic-y += preempt.h
99
generic-y += rwsem.h
1010
generic-y += vtime.h
11+
generic-y += msi.h

0 commit comments

Comments
 (0)