commit | 9f093394d75cd9c5df82c7a99c5eb5d7ce7ba199 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Sep 25 23:32:24 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:48:55 2006 -0700 |
tree | fd2b12f36300fedf537ed27c7c7268aaf43ad159 | |
parent | 027a8c7e6067a1bcdef6775d1b1c08729dfbae51 [diff] |
[PATCH] x86: roll all the cpuid asm into one __cpuid call It's a little neater, and also means only one place to patch for paravirtualization. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>