Actions
Bug #6116
closedremove unused FMT_CPUID_*
Start date:
2015-08-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The following defines are unused (and FMT_CPUID_AMD_ECX
is wrong as it tries to use base 10 for the bit numbers when they should be in base 8):
FMT_CPUID_INTC_EDX
FMT_CPUID_INTC_ECX
FMT_CPUID_AMD_EDX
FMT_CPUID_AMD_ECX
Updated by Josef Sipek about 8 years ago
- Subject changed from FMT_CPUID_AMD_ECX is wrong to remove unused FMT_CPUID_*
- Description updated (diff)
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 4cfd297a28611f28d039f8167cb91ca8542ed3e0
commit 4cfd297a28611f28d039f8167cb91ca8542ed3e0 Author: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Date: 2015-08-17T13:53:52.000Z 6116 remove unused FMT_CPUID_* Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions