aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-26 19:02:20 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-27 09:29:22 +0100
commit793f7b12a0c95e7bfec1badf9628043fb78fd440 (patch)
tree1ace93d9f2bbed43b4594e6bacf75c51ffebf417 /init/main.c
parentsparseirq: do not printk when migrating IRQ descriptors (diff)
downloadlinux-dev-793f7b12a0c95e7bfec1badf9628043fb78fd440.tar.xz
linux-dev-793f7b12a0c95e7bfec1badf9628043fb78fd440.zip
sparseirq: fix desc->lock init
Impact: cleanup init_one_irq_desc() does not initialize the desc->lock properly - you cannot init a lock by memcpying some other lock on it. This happens to work right now (because irq_desc_init is never in use), but it's a dangerous construct nevertheless, so fix it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init/main.c')
0 files changed, 0 insertions, 0 deletions