From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:07 +0000 (+0100) Subject: x86: change rdpmc interface X-Git-Tag: v2.6.25-rc1~1143^2~645 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d1fae7dbde6a1227fa142acecb48dc3dd63817;p=pandora-kernel.git x86: change rdpmc interface the rdpmc instruction gets a counter argument in rcx. However, the i386 version was ignoring it. To make both x86_64 and i386 versions the same, as well as to comply with the instruction semantics, this parameter is added in the i386 version Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed