[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)
commitd719948e623622cf9fc8016f7ec63422d929eb3b
tree3ea5e18a0f6c1b43392d9abc76722095ce179e59
parentbe379124c0a5abfbe57dab2823fe8a71ce797aee
[IA64] end of kernel 'data' is at _end, not _edata

/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>
arch/ia64/kernel/setup.c