Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336006
b: refs/heads/master
c: 36c46ca
h: refs/heads/master
v: v3
  • Loading branch information
Boris Ostrovsky authored and H. Peter Anvin committed Nov 21, 2012
1 parent c071259 commit 552d154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb57a2b4cff7edf2a4e32c0163200e9434807e0a
refs/heads/master: 36c46ca4f322a7bf89aad5462a3a1f61713edce7
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/microcode_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ static unsigned int verify_patch_size(int cpu, u32 patch_size,
#define F1XH_MPB_MAX_SIZE 2048
#define F14H_MPB_MAX_SIZE 1824
#define F15H_MPB_MAX_SIZE 4096
#define F16H_MPB_MAX_SIZE 3458

switch (c->x86) {
case 0x14:
Expand All @@ -198,6 +199,9 @@ static unsigned int verify_patch_size(int cpu, u32 patch_size,
case 0x15:
max_size = F15H_MPB_MAX_SIZE;
break;
case 0x16:
max_size = F16H_MPB_MAX_SIZE;
break;
default:
max_size = F1XH_MPB_MAX_SIZE;
break;
Expand Down

0 comments on commit 552d154

Please sign in to comment.