summaryrefslogtreecommitdiff
path: root/arch/um/include/irq_user.h
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2006-07-10 11:45:10 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-10 20:24:23 (GMT)
commitbfaafd7184f044c63cd937cb0ffb4334b4ec7635 (patch)
tree3c5d70d6fc2e5d8d3975daedb34e208eadab105a /arch/um/include/irq_user.h
parent8ae43ff8aa60f81f5d82a4911d704ce8902d11fb (diff)
downloadlinux-fsl-qoriq-bfaafd7184f044c63cd937cb0ffb4334b4ec7635.tar.xz
[PATCH] uml: remove spinlock wrapper functions
The irq_spinlock is not needed from user code any more, so the irq_lock and irq_unlock wrappers can go away. This also changes the name of the lock to irq_lock. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/include/irq_user.h')
-rw-r--r--arch/um/include/irq_user.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/include/irq_user.h b/arch/um/include/irq_user.h
index 09e9e38..15d311b 100644
--- a/arch/um/include/irq_user.h
+++ b/arch/um/include/irq_user.h
@@ -29,8 +29,6 @@ extern void reactivate_fd(int fd, int irqnum);
extern void deactivate_fd(int fd, int irqnum);
extern int deactivate_all_fds(void);
extern int activate_ipi(int fd, int pid);
-extern unsigned long irq_lock(void);
-extern void irq_unlock(unsigned long flags);
#ifdef CONFIG_MODE_TT
extern void forward_interrupts(int pid);