From: Ingo Molnar Date: Mon, 3 Jul 2006 07:24:27 +0000 (-0700) Subject: [PATCH] lockdep: add local_irq_enable_in_hardirq() API X-Git-Tag: v2.6.18-rc1~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e9629de051bb4b1d104588cd97673ad770809e;p=pandora-kernel.git [PATCH] lockdep: add local_irq_enable_in_hardirq() API Introduce local_irq_enable_in_hardirq() API. It is currently aliased to local_irq_enable(), hence has no functional effects. This API will be used by lockdep, but even without lockdep this will better document places in the kernel where a hardirq context enables hardirqs. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed