From: Jan Beulich Date: Mon, 26 Jun 2006 11:56:43 +0000 (+0200) Subject: [PATCH] x86_64: serialize assign_irq_vector() use of static variables X-Git-Tag: v2.6.18-rc1~612^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1ad60d7a7eb433095bc1b2c8b475f3f278f61d;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed