x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro

Orphaned after

  05e91e7211 ("x86/microcode/AMD: Rip out static buffers")

No functional changes.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
This commit is contained in:
Borislav Petkov (AMD) 2024-04-05 23:33:08 +02:00
parent 9e11fc78e2
commit 3287c22957

View File

@ -84,8 +84,6 @@ struct microcode_amd {
unsigned int mpb[];
};
#define PATCH_MAX_SIZE (3 * PAGE_SIZE)
static struct equiv_cpu_table {
unsigned int num_entries;
struct equiv_cpu_entry *entry;