From: Arnaldo Carvalho de Melo Date: Sat, 20 Feb 2010 21:53:13 +0000 (-0200) Subject: perf symbols: Fix up map end too on modular kernels with no modules installed X-Git-Tag: v2.6.34-rc1~197^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10fe12ef631a7e85022ed26304a37f033a6a95b8;p=pandora-kernel.git perf symbols: Fix up map end too on modular kernels with no modules installed In 2161db9 we stopped failing when not finding modules when asked too, but then the kernel maps (just one, for vmlinux) wasn't having its ->end field correctly set up, so symbols were not being found for the vmlinux map because its range was 0-0. Reported-by: Ingo Molnar Signed-off-by: Arnaldo Carvalho de Melo Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <1266702793-29434-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed