build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30116 )
Change subject: [WIP]pci_drivers/cpu_drivers: Fix constructed arrays on 64bit platforms ......................................................................
Patch Set 2:
(7 comments)
https://review.coreboot.org/#/c/30116/2/src/arch/arm/include/armv7/arch/cpu.... File src/arch/arm/include/armv7/arch/cpu.h:
https://review.coreboot.org/#/c/30116/2/src/arch/arm/include/armv7/arch/cpu.... PS2, Line 29: } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/2/src/arch/arm64/include/armv8/arch/cp... File src/arch/arm64/include/armv8/arch/cpu.h:
https://review.coreboot.org/#/c/30116/2/src/arch/arm64/include/armv8/arch/cp... PS2, Line 26: struct cpu_driver { } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/2/src/arch/mips/include/arch/cpu.h File src/arch/mips/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/2/src/arch/mips/include/arch/cpu.h@28 PS2, Line 28: } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/2/src/arch/ppc64/include/arch/cpu.h File src/arch/ppc64/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/2/src/arch/ppc64/include/arch/cpu.h@27 PS2, Line 27: } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/2/src/arch/riscv/include/arch/cpu.h File src/arch/riscv/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/2/src/arch/riscv/include/arch/cpu.h@29 PS2, Line 29: } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/2/src/arch/x86/include/arch/cpu.h File src/arch/x86/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/2/src/arch/x86/include/arch/cpu.h@183 PS2, Line 183: } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/2/src/include/device/pci.h File src/include/device/pci.h:
https://review.coreboot.org/#/c/30116/2/src/include/device/pci.h@57 PS2, Line 57: } __attribute__ ((aligned (CONFIG_DRIVER_ALIGN))); space prohibited between function name and open parenthesis '('