Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22015
b: refs/heads/master
c: a29d642
h: refs/heads/master
i:
  22013: 520d916
  22011: 29b1fc0
  22007: 40dfe12
  21999: 0e4be43
  21983: f09399a
  21951: a1d1780
  21887: fafa134
  21759: 38ff71a
  21503: f10775e
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 65a2746 commit 0b2d1d1
Show file tree
Hide file tree
Showing 3 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: 7423172a50968de1905a61413c52bb070a62f5ce
refs/heads/master: a29d642a4aa99c5234314ab2523281139226c231
2 changes: 1 addition & 1 deletion trunk/drivers/base/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int __devinit register_cpu(struct cpu *cpu, int num, struct node *root)
return error;
}

struct sys_device *get_cpu_sysdev(int cpu)
struct sys_device *get_cpu_sysdev(unsigned cpu)
{
if (cpu < NR_CPUS)
return cpu_sys_devices[cpu];
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct cpu {
};

extern int register_cpu(struct cpu *, int, struct node *);
extern struct sys_device *get_cpu_sysdev(int cpu);
extern struct sys_device *get_cpu_sysdev(unsigned cpu);
#ifdef CONFIG_HOTPLUG_CPU
extern void unregister_cpu(struct cpu *, struct node *);
#endif
Expand Down

0 comments on commit 0b2d1d1

Please sign in to comment.