[IA64] end of kernel 'data' is at _end, not _edata
authorTony Luck <tony.luck@intel.com>
Wed, 28 Sep 2005 23:09:46 +0000 (16:09 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 28 Sep 2005 23:09:46 +0000 (16:09 -0700)
/proc/iomem describes a block of memory as "Kernel data",
but the end address is derived from "_edata".  The kernel
actually has many other sections beyond _edata.  Get the
real end address from _end.

Acked-by: Khalid Aziz <khalid_aziz@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found