Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113326
b: refs/heads/master
c: a0ac87d
h: refs/heads/master
v: v3
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Jul 31, 2008
1 parent 47d3bfa commit f5b32b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3825c9e8d01e4310c40a3903a354c433c32a7b6f
refs/heads/master: a0ac87d61ba20932e54f08464d3f3439d78fa878
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/microcode_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ MODULE_LICENSE("GPL v2");
#define UCODE_UCODE_TYPE 0x00000001

#define UCODE_MAX_SIZE (2048)
#define DEFAULT_UCODE_DATASIZE (896) /* 896 bytes */
#define MC_HEADER_SIZE (sizeof(struct microcode_header_amd)) /* 64 bytes */
#define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE) /* 960 bytes */
#define DEFAULT_UCODE_DATASIZE (896)
#define MC_HEADER_SIZE (sizeof(struct microcode_header_amd))
#define DEFAULT_UCODE_TOTALSIZE (DEFAULT_UCODE_DATASIZE + MC_HEADER_SIZE)
#define DWSIZE (sizeof(u32))
/* For now we support a fixed ucode total size only */
#define get_totalsize(mc) \
Expand Down

0 comments on commit f5b32b5

Please sign in to comment.