summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm/Kbuild
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2017-03-24 07:13:03 +0900
committerStafford Horne <shorne@gmail.com>2017-11-03 14:01:12 +0900
commitb5f8217615bb197af33c0cc71b14783b194fed6e (patch)
treea93d94efbb158066244235d3c9aaabad05d33f0e /arch/openrisc/include/asm/Kbuild
parent489e0f802db708c69004f64d92a3e1b70731614a (diff)
openrisc: use qspinlocks and qrwlocks
Enable OpenRISC to use qspinlocks and qrwlocks for upcoming SMP support. Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/include/asm/Kbuild')
-rw-r--r--arch/openrisc/include/asm/Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild
index 5bea416a7792..5f066780d870 100644
--- a/arch/openrisc/include/asm/Kbuild
+++ b/arch/openrisc/include/asm/Kbuild
@@ -28,6 +28,10 @@ generic-y += module.h
generic-y += pci.h
generic-y += percpu.h
generic-y += preempt.h
+generic-y += qspinlock_types.h
+generic-y += qspinlock.h
+generic-y += qrwlock_types.h
+generic-y += qrwlock.h
generic-y += sections.h
generic-y += segment.h
generic-y += string.h