[AVR32] optimize pagefault path
authorChristoph Hellwig <hch@lst.de>
Sat, 12 May 2007 15:56:11 +0000 (17:56 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Sun, 13 May 2007 15:07:46 +0000 (17:07 +0200)
Avoid the costly notifier list in the pagefault path and call
the kprobes code directly.  The same change went into the 2.6.22
cycle for powerpc, 2s390 and sparc64 already.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>

No differences found