projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b23d04
)
[PATCH] Fix more per-cpu typos
author
Alexey Dobriyan
<adobriyan@gmail.com>
Sat, 5 Aug 2006 19:14:34 +0000
(12:14 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 6 Aug 2006 15:57:47 +0000
(08:57 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/smp.c
b/arch/x86_64/kernel/smp.c
index
5a1c0a3
..
06af6ca
100644
(file)
--- a/
arch/x86_64/kernel/smp.c
+++ b/
arch/x86_64/kernel/smp.c
@@
-203,7
+203,7
@@
int __cpuinit init_smp_flush(void)
{
int i;
for_each_cpu_mask(i, cpu_possible_map) {
- spin_lock_init(&per_cpu(flush_state
.tlbstate_lock, i)
);
+ spin_lock_init(&per_cpu(flush_state
, i).tlbstate_lock
);
}
return 0;
}