x86/cpuid: moved host_cpuid function and remove prototype
authorAndre Przywara <andre.przywara@amd.com>
Thu, 11 Mar 2010 13:38:58 +0000 (14:38 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commit9fb561bc851ab1d6f03b80295de310004dc5e2fb
tree37ccd7f1fb7a1c774251fd043d18418e8724a537
parent596e85d942ad71b9e3602b9fd69b032715242269
x86/cpuid: moved host_cpuid function and remove prototype

the host_cpuid function was located at the end of the file and had
a prototype before it's first use. Move it up and remove the
prototype.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpuid.c