From: Ken Chen Date: Tue, 16 Dec 2008 08:32:21 +0000 (-0800) Subject: x86: convert rdtscll() to use __native_read_tsc X-Git-Tag: v2.6.29-rc1~587^2~4^28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205516c12dbba003c26b42cfb41e598631300106;p=pandora-kernel.git x86: convert rdtscll() to use __native_read_tsc Impact: micro-optimization Is there any reason why x86 rdtscll have to use the out of line function instead of inline __native_read_tsc()? native_read_tsc and __native_read_tsc is essentially the same functions. Patch to let x86 rdtscll() to use the inline version of read_tsc. Signed-off-by: Ken Chen Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed