]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lscpu: fix cpuid opcode detection
authorHenne Vogelsang <hvogel@opensuse.org>
Mon, 1 Mar 2010 10:35:54 +0000 (11:35 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Mar 2010 10:35:54 +0000 (11:35 +0100)
commitbc54770d9e25aa8732f571d97dd950982114dc08
treea6a373af81c9eb3a4d2e563d3063212da6299ef1
parentb5b28b435ede727c24233aa4d0ba8507e8a169b9
lscpu: fix cpuid opcode detection

Fixes commit c9239f23acdc8b50f8bcbfadf967c6a490fd4693. The author
didn't care for matching constraints when resorting the register
constraints.  The eax register (with the cpuid opcode) is now in
operand 1, not zero anymore.

Signed-off-by: Henne Vogelsang <hvogel@opensuse.org>
sys-utils/lscpu.c