From: Pekka Paalanen Date: Mon, 12 May 2008 19:20:56 +0000 (+0200) Subject: x86 mmiotrace: use lookup_address() X-Git-Tag: v2.6.27-rc1~1102^2^2~2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75bb88350e0501b3cf5ac096a1008757844414a9;p=pandora-kernel.git x86 mmiotrace: use lookup_address() Use lookup_address() from pageattr.c instead of doing the same manually. Also had to EXPORT_SYMBOL_GPL(lookup_address) to make this work for modules. This also fixes "undefined symbol 'init_mm'" compile error for x86_32. Signed-off-by: Pekka Paalanen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed