diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-10 07:58:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-10 07:58:50 -0700 |
| commit | 0774aa2d456669415e04d8d56e73ae5f1939509c (patch) | |
| tree | c278ca7efbadf674b2fb02ad5001aed636157675 /include | |
| parent | 04c8dca9d426dc7d6df5448a74fc71640615a924 (diff) | |
| parent | 3e3122a7734939c0f1788b2bcc68d61a33fa6a73 (diff) | |
Merge master.kernel.org:/home/gregkh/BK/i2c-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 0cea32df8325..e9e7ebfd63d4 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -29,6 +29,7 @@ struct cpu { }; extern int register_cpu(struct cpu *, int, struct node *); +extern struct class cpu_class; /* Stop CPUs going up and down. */ extern struct semaphore cpucontrol; |
