commit | 9d78f43d1fd3e028bfd37510ce847d0896f71f78 | [log] [tgz] |
---|---|---|
author | Zou Nan hai <nanhai.zou@intel.com> | Tue Feb 07 11:35:46 2006 +0800 |
committer | Tony Luck <tony.luck@intel.com> | Tue Feb 07 14:13:09 2006 -0800 |
tree | 0eab1902fecc563d500a3147344d6940e46171c4 | |
parent | ecdd5dabd33d67066d476467e447cdcadab90550 [diff] |
[IA64] Fix wrong use of memparse in efi.c The check of (end != cp) after memparse in efi.c looks wrong to me. The result is that we can't use mem= and max_addr= kernel parameter at the same time. The following patch removed the check just like other arches do. Signed-off-by: Zou Nan hai <nanhai.zou@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>