projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1686ae
)
x86: proc.c declare cpuinfo_op before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Mon, 21 Jul 2008 17:10:37 +0000
(22:40 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 22 Jul 2008 12:36:08 +0000
(14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/processor.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/processor.h
b/include/asm-x86/processor.h
index 15cb82a44e89197c294e1ad59b07f1a8978c4e1d..93b6adc72ad1c61b88907768829e1d8f9311756e 100644
(file)
--- a/
include/asm-x86/processor.h
+++ b/
include/asm-x86/processor.h
@@
-140,6
+140,8
@@
DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info);
#define current_cpu_data boot_cpu_data
#endif
+extern const struct seq_operations cpuinfo_op;
+
static inline int hlt_works(int cpu)
{
#ifdef CONFIG_X86_32