Skip to content

Commit 3287c22

Browse files
committed
x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro
Orphaned after 05e91e7 ("x86/microcode/AMD: Rip out static buffers") No functional changes. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
1 parent 9e11fc7 commit 3287c22

File tree

1 file changed

+0
-2
lines changed
  • arch/x86/kernel/cpu/microcode

1 file changed

+0
-2
lines changed

arch/x86/kernel/cpu/microcode/amd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ struct microcode_amd {
8484
unsigned int mpb[];
8585
};
8686

87-
#define PATCH_MAX_SIZE (3 * PAGE_SIZE)
88-
8987
static struct equiv_cpu_table {
9088
unsigned int num_entries;
9189
struct equiv_cpu_entry *entry;

0 commit comments

Comments
 (0)