From: Arnaldo Carvalho de Melo Date: Mon, 10 May 2010 15:51:05 +0000 (-0300) Subject: perf session: create_kernel_maps should use ->host_machine X-Git-Tag: v2.6.35-rc1~522^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d118f8ba6ac2af2bf11d40cba657c813f0f39ca2;p=pandora-kernel.git perf session: create_kernel_maps should use ->host_machine Using machines__create_kernel_maps(..., HOST_KERNEL_ID) it would create another machine instance for the host machine, and since 1f626bc we have it out of the machines rb_tree. Fix it by using machine__create_kernel_maps(&self->host_machine) directly. Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed