commit | d719948e623622cf9fc8016f7ec63422d929eb3b | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Wed Sep 28 16:09:46 2005 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Wed Sep 28 16:09:46 2005 -0700 |
tree | 3ea5e18a0f6c1b43392d9abc76722095ce179e59 | |
parent | be379124c0a5abfbe57dab2823fe8a71ce797aee [diff] |
[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>