the following patch was just integrated into master:
commit e3b2d0c2af1c8fcdfb88f78dea75ff30d4e52ce2
Author: Patrick Georgi <[email protected]>
Date: Fri Apr 20 19:19:47 2012 +0200
Refactor some alignment handling
Made using coccinelle:
@@
expression E;
@@
-(E + 7) & -8
+ALIGN(E, 8)
@@
expression E;
@@
-(E + 15) & -16
+ALIGN(E, 16)
Change-Id: I071d2c98cd95580d7de21d256c31b6368a3dc70b
Signed-off-by: Patrick Georgi <[email protected]>
See http://review.coreboot.org/910 for details.
-gerrit
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot