]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/traps.c
[IA64] SPIN_LOCK_UNLOCKED macro cleanup in arch/ia64
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / traps.c
index 765cbe5ba6ae280474761231db44d890ff74cbde..cd5189f996297bd20a80d6a7c5f82774b389bd9f 100644 (file)
@@ -59,9 +59,9 @@ die (const char *str, struct pt_regs *regs, long err)
                u32 lock_owner;
                int lock_owner_depth;
        } die = {
-               .lock =                 SPIN_LOCK_UNLOCKED,
-               .lock_owner =           -1,
-               .lock_owner_depth =     0
+               .lock = __SPIN_LOCK_UNLOCKED(die.lock),
+               .lock_owner = -1,
+               .lock_owner_depth = 0
        };
        static int die_counter;
        int cpu = get_cpu();