Merge commit 'v2.6.28-rc8' into x86/doc

This commit is contained in:
Ingo Molnar
2008-12-16 22:04:48 +01:00
2278 changed files with 46454 additions and 23498 deletions

View File

@@ -108,9 +108,7 @@ static __always_inline unsigned long long __native_read_tsc(void)
{
DECLARE_ARGS(val, low, high);
rdtsc_barrier();
asm volatile("rdtsc" : EAX_EDX_RET(val, low, high));
rdtsc_barrier();
return EAX_EDX_VAL(val, low, high);
}