• I
    sparseirq: fix desc->lock init · 793f7b12
    Ingo Molnar 提交于
    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: NIngo Molnar <mingo@elte.hu>
    793f7b12
numa_migrate.c 2.6 KB