cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
/* 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.00%111.11%
Robin Holt1420.59%111.11%
Babu Moger68.82%222.22%
Peter Zijlstra68.82%111.11%
Thomas Gleixner57.35%222.22%
Heiko Carstens22.94%111.11%
Greg Kroah-Hartman11.47%111.11%
Total68100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.