]> git.ozlabs.org Git - ccan/commit
cpuid: Minor improvements
authorAhmed Samy <f.fallen45@gmail.com>
Wed, 25 Sep 2013 14:46:09 +0000 (14:46 +0000)
committerAhmed Samy <f.fallen45@gmail.com>
Wed, 25 Sep 2013 14:46:09 +0000 (14:46 +0000)
commitb0851b56f25f082ff3753e678c2ce15abc543ca9
tree13239617b9ff82313f555f8fde32ab3bd9815c17
parent73bd4a199cbd32ad8a3bb8fe8c9e4b81506a2435
cpuid: Minor improvements

Remove the assembly file that checks if the CPUID instruction is
supported and have it in inline assembly as suggested by Rusty.

Signed-off-by: Ahmed Samy <f.fallen45@gmail.com>
Makefile-ccan
ccan/cpuid/cpuid.c
ccan/cpuid/cpuid.h
ccan/cpuid/issupprted.S [deleted file]
ccan/cpuid/test/run.c