x86: add might_sleep() to do_page_fault()
authorPeter Zijlstra <peterz@infradead.org>
Thu, 29 Jan 2009 15:02:12 +0000 (16:02 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 15:03:34 +0000 (16:03 +0100)
Impact: widen debug checks

VirtualBox calls do_page_fault() from an atomic context but runs into a
might_sleep() way pas this point, cure that.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found