From: KAMEZAWA Hiroyuki Date: Sat, 5 Aug 2006 19:14:58 +0000 (-0700) Subject: [PATCH] memory hotadd fixes: not-aligned memory hotadd handling fix X-Git-Tag: v2.6.18-rc4~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f712711dbd180aa3777efe5ae3b9b0e915b9471;p=pandora-kernel.git [PATCH] memory hotadd fixes: not-aligned memory hotadd handling fix ioresouce handling code in memory hotplug allows not-aligned memory hot add. But when memmap and other memory structures are initialized, parameters should be aligned. (if not aligned, initialization of mem_map will do wrong, it assumes parameters are aligned.) This patch fix it. And this patch allows ioresource collision check to handle -EEXIST. Signed-off-by: KAMEZAWA Hiroyuki Cc: Keith Mannthey Cc: Yasunori Goto Cc: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed