]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: serialize assign_irq_vector() use of static variables
authorJan Beulich <jbeulich@novell.com>
Mon, 26 Jun 2006 11:56:43 +0000 (13:56 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:15 +0000 (10:48 -0700)
commitbf7cd1b720f723e1d6e66956bf2af239ce4487c7
treeb7f0efd5d2afb879b8ff9bfbc44c6ea94b3e7a89
parenta1c43e09a684cae294328cd8d92dc929294b3f57
[PATCH] x86_64: serialize assign_irq_vector() use of static variables

Since assign_irq_vector() can be called at runtime, its access of static
variables should be protected by a lock.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/io_apic.c
arch/x86_64/kernel/io_apic.c