]> err.no Git - util-linux/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>
Wed, 10 Mar 2010 11:46:22 +0000 (12:46 +0100)
commit1ee0274dbf4979f4df8c8b7de780f13ae7e10cea
treee9719ab0ee458351cb978d130c20c73fc7d350bf
parent209846222009ad7e09b453e057838126a6d58069
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