/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1999, 2000, 06 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ #ifndef _ASM_SPINLOCK_H #define _ASM_SPINLOCK_H #include <asm/processor.h> #include <asm/qrwlock.h> #include <asm/qspinlock.h> #define arch_read_lock_flags(lock, flags) arch_read_lock(lock) #define arch_write_lock_flags(lock, flags) arch_write_lock(lock) #define arch_spin_relax(lock) cpu_relax() #define arch_read_relax(lock) cpu_relax() #define arch_write_relax(lock) cpu_relax() #endif /* _ASM_SPINLOCK_H */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Martin Schwidefsky | 18 | 31.03% | 1 | 9.09% |
Robin Holt | 14 | 24.14% | 1 | 9.09% |
Linus Torvalds (pre-git) | 9 | 15.52% | 2 | 18.18% |
Thomas Gleixner | 7 | 12.07% | 2 | 18.18% |
Paul Burton | 4 | 6.90% | 2 | 18.18% |
Peter Zijlstra | 3 | 5.17% | 1 | 9.09% |
Ralf Bächle | 3 | 5.17% | 2 | 18.18% |
Total | 58 | 100.00% | 11 | 100.00% |