From: Anil S Keshavamurthy Date: Mon, 26 Jun 2006 07:25:27 +0000 (-0700) Subject: [PATCH] Notify page fault call chain for sparc64 X-Git-Tag: v2.6.18-rc1~776 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98f8f05188b45168db43df8ddc9feeb0b1cd512;p=pandora-kernel.git [PATCH] Notify page fault call chain for sparc64 Overloading of page fault notification with the notify_die() has performance issues(since the only interested components for page fault is kprobes and/or kdb) and hence this patch introduces the new notifier call chain exclusively for page fault notifications their by avoiding notifying unnecessary components in the do_page_fault() code path. Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed