spinlock_64.h 409 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* spinlock.h: 64-bit Sparc spinlock support.
  3. *
  4. * Copyright (C) 1997 David S. Miller ([email protected])
  5. */
  6. #ifndef __SPARC64_SPINLOCK_H
  7. #define __SPARC64_SPINLOCK_H
  8. #ifndef __ASSEMBLY__
  9. #include <asm/processor.h>
  10. #include <asm/barrier.h>
  11. #include <asm/qspinlock.h>
  12. #include <asm/qrwlock.h>
  13. #endif /* !(__ASSEMBLY__) */
  14. #endif /* !(__SPARC64_SPINLOCK_H) */