From: Arnaldo Carvalho de Melo Date: Mon, 29 Nov 2010 14:44:15 +0000 (-0200) Subject: perf symbols: Fix kallsyms kernel/module map splitting X-Git-Tag: v2.6.37-rc6~36^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a9533123f43f2cdb3eb601c17ff2ad336882eff;p=pandora-kernel.git perf symbols: Fix kallsyms kernel/module map splitting On ARM, module addresss space is ahead of kernel space, so the module symbols are handled before kernel symbol in dso__split_kallsyms, then was causing one map to be created for each kernel symbol. Reported-by: Ming Lei Tested-by: Ming Lei Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Ming Lei Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: <20101124144540.GB15875@ghostprotocols.net> Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed