Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70976
b: refs/heads/master
c: 1e32b07
h: refs/heads/master
v: v3
  • Loading branch information
Satyam Sharma authored and Thomas Gleixner committed Oct 17, 2007
1 parent ddb67dd commit 3e81e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 761c4bf821b67334e2391ef968396069b91801b7
refs/heads/master: 1e32b073f372f0fe903c4474fbd47c2ac61428c8
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static const struct file_operations cpuid_fops = {
.open = cpuid_open,
};

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

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

Expand Down

0 comments on commit 3e81e9e

Please sign in to comment.