kmemcheck: remove useless check
authorVegard Nossum <vegard.nossum@gmail.com>
Mon, 22 Jun 2009 12:31:53 +0000 (14:31 +0200)
committerVegard Nossum <vegard.nossum@gmail.com>
Wed, 1 Jul 2009 20:28:42 +0000 (22:28 +0200)
This check is a left-over from ancient times. We now have the equivalent
check much earlier in both the page fault handler and the debug trap
handler (the calls to kmemcheck_active()).

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>

No differences found