[coreboot] Patch merged into coreboot/master: e3b2d0c Refactor some alignment handling

gerrit at coreboot.org gerrit at coreboot.org
Fri Apr 20 21:18:04 CEST 2012


the following patch was just integrated into master:
commit e3b2d0c2af1c8fcdfb88f78dea75ff30d4e52ce2
Author: Patrick Georgi <patrick at georgi-clan.de>
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 <patrick at georgi-clan.de>


See http://review.coreboot.org/910 for details.

-gerrit




More information about the coreboot mailing list