Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113319
b: refs/heads/master
c: 26bf7a4
h: refs/heads/master
i:
  113317: 5bc7963
  113315: 1104cb3
  113311: 9be5fca
v: v3
  • Loading branch information
Peter Oruba authored and Ingo Molnar committed Jul 28, 2008
1 parent 55662ca commit fcc734e
Show file tree
Hide file tree
Showing 2 changed files with 14 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: 9835fd4ad9ee5fc6b909df72aa3e3dba04415f4b
refs/heads/master: 26bf7a48c33906cc3415a4492aa9ead7a75f1353
13 changes: 13 additions & 0 deletions trunk/include/asm-x86/microcode.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
struct microcode_ops {
long (*get_next_ucode)(void **mc, long offset);
long (*microcode_get_next_ucode)(void **mc, long offset);
int (*get_matching_microcode)(void *mc, int cpu);
int (*apply_microcode_check_cpu)(int cpu);
int (*microcode_sanity_check)(void *mc);
int (*cpu_request_microcode)(int cpu);
void (*collect_cpu_info)(int cpu_num);
void (*apply_microcode)(int cpu);
void (*microcode_fini_cpu)(int cpu);
void (*clear_patch)(void *data);
};

struct microcode_header_intel {
unsigned int hdrver;
unsigned int rev;
Expand Down

0 comments on commit fcc734e

Please sign in to comment.