Loading arch/sh/kernel/semaphore.c +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ #include <asm/semaphore.h> #include <asm/semaphore-helper.h> spinlock_t semaphore_wake_lock; DEFINE_SPINLOCK(semaphore_wake_lock); /* * Semaphores are implemented using a two-way counter: Loading arch/sh/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ asmlinkage void do_##name(unsigned long r4, unsigned long r5, \ #define VMALLOC_OFFSET (8*1024*1024) #define MODULE_RANGE (8*1024*1024) spinlock_t die_lock; DEFINE_SPINLOCK(die_lock); void die(const char * str, struct pt_regs * regs, long err) { Loading Loading
arch/sh/kernel/semaphore.c +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ #include <asm/semaphore.h> #include <asm/semaphore-helper.h> spinlock_t semaphore_wake_lock; DEFINE_SPINLOCK(semaphore_wake_lock); /* * Semaphores are implemented using a two-way counter: Loading
arch/sh/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ asmlinkage void do_##name(unsigned long r4, unsigned long r5, \ #define VMALLOC_OFFSET (8*1024*1024) #define MODULE_RANGE (8*1024*1024) spinlock_t die_lock; DEFINE_SPINLOCK(die_lock); void die(const char * str, struct pt_regs * regs, long err) { Loading