[IA64] Fix wrong use of memparse in efi.c
authorZou Nan hai <nanhai.zou@intel.com>
Tue, 7 Feb 2006 03:35:46 +0000 (11:35 +0800)
committerTony Luck <tony.luck@intel.com>
Tue, 7 Feb 2006 22:13:09 +0000 (14:13 -0800)
commit9d78f43d1fd3e028bfd37510ce847d0896f71f78
tree0eab1902fecc563d500a3147344d6940e46171c4
parentecdd5dabd33d67066d476467e447cdcadab90550
[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>
arch/ia64/kernel/efi.c