commit | e9ed7e722e3f4cea07cf3c4bfe98c18180a17793 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Jul 21 23:29:12 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Jul 22 11:44:00 2007 -0700 |
tree | b1372269f948f5dead789fece8539d7f4de58be0 | |
parent | e6f194d8f6f50da6837af637b2fd839c34185f7a [diff] |
take declarations of enable_irq() et.al. to linux/interrupt.h Now that the last inlined instances are gone, all that is left to do is turning disable_irq_nosync on arm26 and m68k from defines to aliases and we are all set - we can make these externs in linux/interrupt.h uncoditional and kill remaining instances in asm/irq.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>