• Ingo Molnar's avatar
    sparseirq: fix desc->lock init · 793f7b12
    Ingo Molnar authored
    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: default avatarIngo Molnar <mingo@elte.hu>
    793f7b12
numa_migrate.c 2.62 KB