[PATCH] x86_64: Change assembly to use regular cpuid_count macro
authorRohit Seth <rohitseth@google.com>
Mon, 26 Jun 2006 11:58:02 +0000 (13:58 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:18 +0000 (10:48 -0700)
commit2bbc419f9d51b44f3fdeea12c5b786bdace82b8e
treeb7b3bbea8a92aaabd35571f1bdf7ca601626fe90
parent46d13a384bc695ec61458e5dcbac1eee6d623a9b
[PATCH] x86_64: Change assembly to use regular cpuid_count macro

Minor cleanup patch:

Replacing the asm statement with cpuid_count macro(which already
provides the same functionality).

Signed-off-by: Rohit Seth <rohitseth@google.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/setup.c