From: Zou Nan hai Date: Tue, 7 Feb 2006 03:35:46 +0000 (+0800) Subject: [IA64] Fix wrong use of memparse in efi.c X-Git-Tag: v2.6.16-rc3~51^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d78f43d1fd3e028bfd37510ce847d0896f71f78;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed