commit | 414f3251aa1b4cbd1e070866971eabc004a7dc20 | [log] [tgz] |
---|---|---|
author | Vegard Nossum <vegard.nossum@gmail.com> | Mon Jun 22 14:31:53 2009 +0200 |
committer | Vegard Nossum <vegard.nossum@gmail.com> | Wed Jul 01 22:28:42 2009 +0200 |
tree | 19a2cf5f72bee77592eb22c7834d9c8efc628c60 | |
parent | a4a874a906ae69c35df4b712fadbc35b15665355 [diff] |
kmemcheck: remove useless check 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>