On 11/02/08 19:10 -0800, Chris Kilgour wrote:
[openvsa] provide default pointer initializer to avoid compiler warning
Signed-off by: Chris Kilgour techie@whiterocker.com
Acked-by: Jordan Crouse jordan.crouse@amd.com
Index: sysmgr/timeout.c
--- sysmgr/timeout.c (revision 4) +++ sysmgr/timeout.c (working copy) @@ -369,7 +369,7 @@ UCHAR i, j, k; MBIU_INFO *MbiuPtr; register DESCRIPTOR *Descr = (DESCRIPTOR *) 0;
- register PHYSICAL_COUNTERS *PhysPtr;
register PHYSICAL_COUNTERS *PhysPtr = (PHYSICAL_COUNTERS *) 0; register LOGICAL_COUNTERS *LogicalPtr;
Flags = (ULONG) Attr << 16;
-- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot