From: Jeremy Fitzhardinge Date: Mon, 17 Mar 2008 23:37:20 +0000 (-0700) Subject: xen: short-cut for recursive event handling X-Git-Tag: v2.6.26-rc1~1065^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229664bee6126e01f8662976a5fe2e79813b77c8;p=pandora-kernel.git xen: short-cut for recursive event handling If an event comes in while events are currently being processed, then just increment the counter and have the outer event loop reprocess the pending events. This prevents unbounded recursion on heavy event loads (of course massive event storms will cause infinite loops). Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed