the following patch was just integrated into master: commit 250f8aa63a19efbeecca74d4330dd5c483c741d3 Author: Philip Prindeville philipp@redfish-solutions.com Date: Fri Dec 23 17:09:02 2011 -0700
Replace UNPACK_CB64 macro with inline
Having submitted a module based on coreboot to LKML for acceptance, it was requested that fewer macros and more inlines be used (because of their superior type-checking when performing pointer casts, etc).
This is the first of several changes to make the relevant parts of coreboot comply to linux code standards.
Change-Id: Iffe7061fa62fa639e0cb6ccb9125eb3403d06b1a Signed-off-by: Philip Prindeville philipp@redfish-solutions.com
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Sat Dec 24 11:50:07 2011, giving +2 See http://review.coreboot.org/495 for details.
-gerrit