]> git.ozlabs.org Git - ccan/commitdiff
cpuid: remove un-needed bit shifting
authorAhmed Samy <f.fallen45@gmail.com>
Wed, 13 Nov 2013 13:09:13 +0000 (15:09 +0200)
committerAhmed Samy <f.fallen45@gmail.com>
Wed, 13 Nov 2013 13:10:25 +0000 (15:10 +0200)
eax/ebx/ecx/edx are 32-bit registers, and we need 8 bits from most
significand bits so there is no need to mask out 0xFF.

Signed-off-by: Ahmed Samy <f.fallen45@gmail.com>

No differences found