This patch fixes some compile-time warnings for some settings of CONFIG_EXPERT, CONFIG_YABEL_DIRECTHW, and CONFIG_X86EMU_DEBUG.
Many of the changes are to white space, because a large macro was converted into an inline function.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Tue, Aug 24, 2010 at 2:15 PM, Myles Watson mylesgw@gmail.com wrote:
This patch fixes some compile-time warnings for some settings of CONFIG_EXPERT, CONFIG_YABEL_DIRECTHW, and CONFIG_X86EMU_DEBUG.
Many of the changes are to white space, because a large macro was converted into an inline function.
Updated patch without extra variables for _addr. The original macro used both _addr and addr, but it was a typo.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Tue, Aug 24, 2010 at 2:31 PM, Myles Watson mylesgw@gmail.com wrote:
On Tue, Aug 24, 2010 at 2:15 PM, Myles Watson mylesgw@gmail.com wrote:
This patch fixes some compile-time warnings for some settings of CONFIG_EXPERT, CONFIG_YABEL_DIRECTHW, and CONFIG_X86EMU_DEBUG.
Many of the changes are to white space, because a large macro was converted into an inline function.
Updated patch without extra variables for _addr. The original macro used both _addr and addr, but it was a typo.
And the patch.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles