Loading arch/ia64/kernel/traps.c +3 −3 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ die (const char *str, struct pt_regs *regs, long err) u32 lock_owner; int lock_owner_depth; } die = { .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(die.lock), .lock_owner = -1, .lock_owner_depth = 0 }; Loading arch/ia64/kernel/unwind.c +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ static struct { # endif } unw = { .tables = &unw.kernel_table, .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(unw.lock), .save_order = { UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR, UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR Loading arch/ia64/mm/tlb.c +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ static struct { } purge; struct ia64_ctx ia64_ctx = { .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(ia64_ctx.lock), .next = 1, .max_ctx = ~0U }; Loading Loading
arch/ia64/kernel/traps.c +3 −3 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ die (const char *str, struct pt_regs *regs, long err) u32 lock_owner; int lock_owner_depth; } die = { .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(die.lock), .lock_owner = -1, .lock_owner_depth = 0 }; Loading
arch/ia64/kernel/unwind.c +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ static struct { # endif } unw = { .tables = &unw.kernel_table, .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(unw.lock), .save_order = { UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR, UNW_REG_UNAT, UNW_REG_LC, UNW_REG_FPSR, UNW_REG_PRI_UNAT_GR Loading
arch/ia64/mm/tlb.c +3 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ static struct { } purge; struct ia64_ctx ia64_ctx = { .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(ia64_ctx.lock), .next = 1, .max_ctx = ~0U }; Loading