History log of /arch/um/include/shared/irq_kern.h
Revision Date Author Comments
37185b33240870719b6b5913a46e6a441f1ae96f 08-Oct-2012 Al Viro <viro@ZenIV.linux.org.uk> um: get rid of pointless include "..." where include <...> will do

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
fa7a0449e0ea6588f64c06a045ea8728280f3457 17-Apr-2012 Richard Weinberger <richard@nod.at> um: Implement um_free_irq()

Instead of using chip->release() we can achieve the same
using a simple wrapper for free_irq().
We have already um_request_irq(), so um_free_irq() is the perfect
counterpart.

Signed-off-by: Richard Weinberger <richard@nod.at>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
65bd6a9bc7be3f5841dad12f77ce4b3210bd82c5 01-Apr-2009 WANG Cong <xiyou.wangcong@gmail.com> uml: remove useless comments

These comments are useless now, remove them.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8569c9140bd41089f9b6be8837ca421102714a90 17-Aug-2008 Al Viro <viro@zeniv.linux.org.uk> x86, um: take arch/um/include/* out of the way

We can't just plop asm/* into it - userland helpers are built with it
in search path and seeing asm/* show up there suddenly would be a bad
idea.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>