Commit 3287c229 authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD)

x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macro

Orphaned after

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

No functional changes.
Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
parent 9e11fc78
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment