X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-i386%2Fsemaphore.h;h=ea563da63e24d2c63088f0d749acabd8bb2f0e24;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=1452af116f924905ec9fc7cff3e49110d55c594d;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/include/asm-i386/semaphore.h b/include/asm-i386/semaphore.h index 1452af116..ea563da63 100644 --- a/include/asm-i386/semaphore.h +++ b/include/asm-i386/semaphore.h @@ -92,11 +92,6 @@ fastcall int __down_failed_interruptible(void /* params in registers */); fastcall int __down_failed_trylock(void /* params in registers */); fastcall void __up_wakeup(void /* special register calling convention */); -fastcall void __down(struct semaphore * sem); -fastcall int __down_interruptible(struct semaphore * sem); -fastcall int __down_trylock(struct semaphore * sem); -fastcall void __up(struct semaphore * sem); - /* * This is ugly, but we want the default case to fall through. * "__down_failed" is a special asm handler that calls the C