From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:06 +0000 (+0100) Subject: x86: introduce native_read_tscp X-Git-Tag: v2.6.25-rc1~1143^2~646 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f12dea6135d0a55b151dcb4c6bbe211f5f8d35d;p=pandora-kernel.git x86: introduce native_read_tscp Targetting paravirt, this patch introduces native_read_tscp, in place of rdtscp() macro. When in a paravirt guest, this will involve a function call, and thus, cannot be done in the vdso area. These users then have to call the native version directly Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed