]> Git Repo - linux.git/commit
mm/mmu_notifier: init notifier if necessary
authorGavin Shan <[email protected]>
Mon, 8 Oct 2012 23:29:26 +0000 (16:29 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Oct 2012 07:22:23 +0000 (16:22 +0900)
commite0f3c3f78da29b114e7c1c68019036559f715948
tree0f052b6e1708bbcafc0097d328d5013b161542e2
parent21a92735f660eaecf69a6f2e777f18463760ec32
mm/mmu_notifier: init notifier if necessary

While registering MMU notifier, new instance of MMU notifier_mm will be
allocated and later free'd if currrent mm_struct's MMU notifier_mm has
been initialized.  That causes some overhead.  The patch tries to
elominate that.

Signed-off-by: Gavin Shan <[email protected]>
Signed-off-by: Wanpeng Li <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Avi Kivity <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Xiao Guangrong <[email protected]>
Cc: Sagi Grimberg <[email protected]>
Cc: Haggai Eran <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mmu_notifier.c
This page took 0.044318 seconds and 4 git commands to generate.