diff options
Diffstat (limited to 'arch/x86/include/asm/microcode_intel.h')
-rw-r--r-- | arch/x86/include/asm/microcode_intel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/microcode_intel.h b/arch/x86/include/asm/microcode_intel.h index 9067166409bf..bbe296e0bce1 100644 --- a/arch/x86/include/asm/microcode_intel.h +++ b/arch/x86/include/asm/microcode_intel.h | |||
@@ -43,7 +43,7 @@ struct extended_sigtable { | |||
43 | #define DWSIZE (sizeof(u32)) | 43 | #define DWSIZE (sizeof(u32)) |
44 | 44 | ||
45 | #define get_totalsize(mc) \ | 45 | #define get_totalsize(mc) \ |
46 | (((struct microcode_intel *)mc)->hdr.totalsize ? \ | 46 | (((struct microcode_intel *)mc)->hdr.datasize ? \ |
47 | ((struct microcode_intel *)mc)->hdr.totalsize : \ | 47 | ((struct microcode_intel *)mc)->hdr.totalsize : \ |
48 | DEFAULT_UCODE_TOTALSIZE) | 48 | DEFAULT_UCODE_TOTALSIZE) |
49 | 49 | ||