cregit-Linux how code gets into the kernel

Release 4.13 arch/sparc/include/asm/spinlock_64.h

/* spinlock.h: 64-bit Sparc spinlock support.
 *
 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
 */

#ifndef __SPARC64_SPINLOCK_H

#define __SPARC64_SPINLOCK_H

#ifndef __ASSEMBLY__

#include <asm/processor.h>
#include <asm/barrier.h>
#include <asm/qrwlock.h>
#include <asm/qspinlock.h>


#define arch_read_lock_flags(p, f) arch_read_lock(p)

#define arch_write_lock_flags(p, f) arch_write_lock(p)


#define arch_spin_relax(lock)	cpu_relax()

#define arch_read_relax(lock)	cpu_relax()

#define arch_write_relax(lock)	cpu_relax()

#endif /* !(__ASSEMBLY__) */

#endif /* !(__SPARC64_SPINLOCK_H) */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sam Ravnborg3450.75%112.50%
Robin Holt1420.90%112.50%
Babu Moger68.96%225.00%
Peter Zijlstra68.96%112.50%
Thomas Gleixner57.46%225.00%
Heiko Carstens22.99%112.50%
Total67100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.