[IA64]: SN fix bus->sysdata pointer and memory cleanups
authorPrarit Bhargava <prarit@sgi.com>
Tue, 2 Aug 2005 17:08:00 +0000 (10:08 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 16 Aug 2005 22:24:48 +0000 (15:24 -0700)
The main issue is that bus_fixup calls may potentially call
functions that require a valid bus->sysdata pointer.  Since
this is the case, we must set the bus->sysdata pointer before
calling the bus_fixup functions.  The remaining changes are
simple fixes to make sure memory is cleaned up in the function.

Signed-off-by: Prarit Bhargava <prarit@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found