[coreboot] New patch to review for coreboot: 7520e4a */acpi_tables.c: Use ALIGN macro

Peter Stuge peter at stuge.se
Fri Feb 22 22:43:57 CET 2013


Patrick Georgi wrote:
>     */acpi_tables.c: Use ALIGN macro
>     
>     At the request of Paul Menzel, I reran an
>     old classic of a coccinelle script:
>       @@
>       expression E;
>       @@
>       -(E + 7) & -8
>       +ALIGN(E, 8)

Thanks for that! This is another really simple thing that we could
have Jenkins test for in new commits.


//Peter



More information about the coreboot mailing list