[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)
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>

No differences found