diff options
Diffstat (limited to 'arch/i386/lib/semaphore.S')
-rw-r--r-- | arch/i386/lib/semaphore.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/i386/lib/semaphore.S b/arch/i386/lib/semaphore.S index ef6ad9e1a609..c01eb39c0b43 100644 --- a/arch/i386/lib/semaphore.S +++ b/arch/i386/lib/semaphore.S | |||
@@ -152,6 +152,8 @@ ENTRY(__read_lock_failed) | |||
152 | 152 | ||
153 | #endif | 153 | #endif |
154 | 154 | ||
155 | #ifdef CONFIG_RWSEM_XCHGADD_ALGORITHM | ||
156 | |||
155 | /* Fix up special calling conventions */ | 157 | /* Fix up special calling conventions */ |
156 | ENTRY(call_rwsem_down_read_failed) | 158 | ENTRY(call_rwsem_down_read_failed) |
157 | CFI_STARTPROC | 159 | CFI_STARTPROC |
@@ -214,3 +216,4 @@ ENTRY(call_rwsem_downgrade_wake) | |||
214 | CFI_ENDPROC | 216 | CFI_ENDPROC |
215 | END(call_rwsem_downgrade_wake) | 217 | END(call_rwsem_downgrade_wake) |
216 | 218 | ||
219 | #endif | ||