mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
9e11fc78e2
commit
3287c22957
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user