mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 12:06:35 +07:00
bit_spinlock: add required includes
Signed-off-by: Nick Piggin <npiggin@kernel.dk>
This commit is contained in:
parent
4e35e6070b
commit
626d607435
@ -1,6 +1,10 @@
|
|||||||
#ifndef __LINUX_BIT_SPINLOCK_H
|
#ifndef __LINUX_BIT_SPINLOCK_H
|
||||||
#define __LINUX_BIT_SPINLOCK_H
|
#define __LINUX_BIT_SPINLOCK_H
|
||||||
|
|
||||||
|
#include <linux/kernel.h>
|
||||||
|
#include <linux/preempt.h>
|
||||||
|
#include <asm/atomic.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bit-based spin_lock()
|
* bit-based spin_lock()
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user