From: KAMEZAWA Hiroyuki Date: Tue, 22 Sep 2009 23:45:49 +0000 (-0700) Subject: kcore: register module area in generic way X-Git-Tag: v2.6.32-rc1~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ac3ad9061dd9cd490ee92f0c5316a14d77ce18;p=pandora-kernel.git kcore: register module area in generic way Some archs define MODULED_VADDR/MODULES_END which is not in VMALLOC area. This is handled only in x86-64. This patch make it more generic. And we can use vread/vwrite to access the area. Fix it. Signed-off-by: KAMEZAWA Hiroyuki Cc: Jiri Slaby Cc: Ralf Baechle Cc: Benjamin Herrenschmidt Cc: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed