• Dave Jones's avatar
    [PATCH] fix inlining failures · dde7b964
    Dave Jones authored
    arch/i386/mach-generic/summit.c: In function `send_IPI_all':
    include/asm/mach-summit/mach_ipi.h:4: sorry, unimplemented: inlining failed in call to 'send_IPI_mask_sequence': function body not available
    arch/i386/mach-generic/summit.c:8: sorry, unimplemented: called from here
    make[1]: *** [arch/i386/mach-generic/summit.o] Error 1
    make: *** [arch/i386/mach-generic] Error 2
    
    arch/i386/mach-generic/bigsmp.c: In function `send_IPI_all':
    include/asm/mach-bigsmp/mach_ipi.h:4: sorry, unimplemented: inlining failed in call to 'send_IPI_mask_sequence': function body not available
    arch/i386/mach-generic/bigsmp.c:8: sorry, unimplemented: called from here
    make[1]: *** [arch/i386/mach-generic/bigsmp.o] Error 1
    make: *** [arch/i386/mach-generic] Error 2
    
    arch/i386/mach-generic/es7000.c: In function `send_IPI_all':
    include/asm/mach-es7000/mach_ipi.h:4: sorry, unimplemented: inlining failed in call to 'send_IPI_mask_sequence': function body not available
    arch/i386/mach-generic/es7000.c:8: sorry, unimplemented: called from here
    make[1]: *** [arch/i386/mach-generic/es7000.o] Error 1
    make: *** [arch/i386/mach-generic] Error 2
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    dde7b964
mach_ipi.h 517 Bytes