https://github.com/torvalds/linux
Revision 8936b6dba234c994dc4c168818376197abc2faac authored by Geert Uytterhoeven on 23 February 2008, 23:23:30 UTC, committed by Linus Torvalds on 24 February 2008, 01:12:13 UTC
While linux-fbdev is subscribers-only, non-subscribers are not plainly
rejected, but moderated, so the casual patch/comment/question comes through.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f81e8a4
Raw File
Tip revision: 8936b6dba234c994dc4c168818376197abc2faac authored by Geert Uytterhoeven on 23 February 2008, 23:23:30 UTC
MAINTAINERS: linux-fbdev is moderated
Tip revision: 8936b6d
locking-selftest-hardirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_ENABLE		HARDIRQ_ENABLE
#define IRQ_DISABLE		HARDIRQ_DISABLE
#define IRQ_ENTER		HARDIRQ_ENTER
#define IRQ_EXIT		HARDIRQ_EXIT
back to top