From: Sonny Rao Date: Wed, 2 Aug 2006 04:20:09 +0000 (-0400) Subject: [POWERPC] fix PMU initialization on pseries lpar X-Git-Tag: v2.6.18-rc5~77^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc42f483d6808ba4d04af9da35e7e47b711f6c2;p=pandora-kernel.git [POWERPC] fix PMU initialization on pseries lpar We should not be calling power4_enable_pmcs() in pseries_lpar_enable_pmcs(); just doing the hypercall is sufficient. Prior to 2.6.15 we did not call power4_enable_pmcs() for an lpar. power4_enable_pmcs() tries to read the hid0 register which is no longer legal for an lpar in newer Power processors. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed