Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120964
b: refs/heads/master
c: 4db646b
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and Ingo Molnar committed Nov 26, 2008
1 parent 521d710 commit 532ea9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: e951e4af2e399c46891004d4931333d2d8d520ab
refs/heads/master: 4db646b1af8fdcf01d690d29eeae44cd937edb0d
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/microcode_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MODULE_LICENSE("GPL");

#define MICROCODE_VERSION "2.00"

struct microcode_ops *microcode_ops;
static struct microcode_ops *microcode_ops;

/* no concurrent ->write()s are allowed on /dev/cpu/microcode */
static DEFINE_MUTEX(microcode_mutex);
Expand Down Expand Up @@ -203,7 +203,7 @@ MODULE_ALIAS_MISCDEV(MICROCODE_MINOR);
#endif

/* fake device for request_firmware */
struct platform_device *microcode_pdev;
static struct platform_device *microcode_pdev;

static ssize_t reload_store(struct sys_device *dev,
struct sysdev_attribute *attr,
Expand Down Expand Up @@ -319,7 +319,7 @@ static int microcode_resume_cpu(int cpu)
return 0;
}

void microcode_update_cpu(int cpu)
static void microcode_update_cpu(int cpu)
{
struct ucode_cpu_info *uci = ucode_cpu_info + cpu;
int err = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/microcode_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ static void microcode_fini_cpu(int cpu)
uci->mc = NULL;
}

struct microcode_ops microcode_intel_ops = {
static struct microcode_ops microcode_intel_ops = {
.request_microcode_user = request_microcode_user,
.request_microcode_fw = request_microcode_fw,
.collect_cpu_info = collect_cpu_info,
Expand Down

0 comments on commit 532ea9e

Please sign in to comment.