Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70975
b: refs/heads/master
c: 761c4bf
h: refs/heads/master
i:
  70973: 2cee249
  70971: e9074f9
  70967: 6a146fd
  70959: 2c88322
  70943: dda4f1c
  70911: 47c2e5f
v: v3
  • Loading branch information
Satyam Sharma authored and Thomas Gleixner committed Oct 17, 2007
1 parent f9495cb commit ddb67dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 75e3808b67f88cdd8c531dda3e00deb3623a3dac
refs/heads/master: 761c4bf821b67334e2391ef968396069b91801b7
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/msr.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static const struct file_operations msr_fops = {
.open = msr_open,
};

static int msr_device_create(int i)
static int __cpuinit msr_device_create(int i)
{
int err = 0;
struct device *dev;
Expand All @@ -144,7 +144,7 @@ static int msr_device_create(int i)
return err;
}

static int msr_class_cpu_callback(struct notifier_block *nfb,
static int __cpuinit msr_class_cpu_callback(struct notifier_block *nfb,
unsigned long action, void *hcpu)
{
unsigned int cpu = (unsigned long)hcpu;
Expand Down

0 comments on commit ddb67dd

Please sign in to comment.