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 1:
(7 comments)
https://review.coreboot.org/#/c/30116/1/src/arch/arm/include/armv7/arch/cpu.... File src/arch/arm/include/armv7/arch/cpu.h:
https://review.coreboot.org/#/c/30116/1/src/arch/arm/include/armv7/arch/cpu.... PS1, Line 30: } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/1/src/arch/arm64/include/armv8/arch/cp... File src/arch/arm64/include/armv8/arch/cpu.h:
https://review.coreboot.org/#/c/30116/1/src/arch/arm64/include/armv8/arch/cp... PS1, Line 27: struct cpu_driver { } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/1/src/arch/mips/include/arch/cpu.h File src/arch/mips/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/1/src/arch/mips/include/arch/cpu.h@29 PS1, Line 29: } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/1/src/arch/ppc64/include/arch/cpu.h File src/arch/ppc64/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/1/src/arch/ppc64/include/arch/cpu.h@28 PS1, Line 28: } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/1/src/arch/riscv/include/arch/cpu.h File src/arch/riscv/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/1/src/arch/riscv/include/arch/cpu.h@30 PS1, Line 30: } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/1/src/arch/x86/include/arch/cpu.h File src/arch/x86/include/arch/cpu.h:
https://review.coreboot.org/#/c/30116/1/src/arch/x86/include/arch/cpu.h@184 PS1, Line 184: } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('
https://review.coreboot.org/#/c/30116/1/src/include/device/pci.h File src/include/device/pci.h:
https://review.coreboot.org/#/c/30116/1/src/include/device/pci.h@58 PS1, Line 58: } __attribute__ ((aligned (ARCH_VLA_ALIGN_SIZE))); space prohibited between function name and open parenthesis '('