linux/include/asm-sparc64
Jeremy Fitzhardinge d6dd61c831 [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
Add hooks to allow a paravirt implementation to track the lifetime of
an mm.  Paravirtualization requires three hooks, but only two are
needed in common code.  They are:

arch_dup_mmap, which is called when a new mmap is created at fork

arch_exit_mmap, which is called when the last process reference to an
  mm is dropped, which typically happens on exit and exec.

The third hook is activate_mm, which is called from the arch-specific
activate_mm() macro/function, and so doesn't need stub versions for
other architectures.  It's called when an mm is first used.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: linux-arch@vger.kernel.org
Cc: James Bottomley <James.Bottomley@SteelEye.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
2007-05-02 19:27:14 +02:00
..
2005-06-07 12:35:43 -07:00
2006-03-20 01:11:43 -08:00
2005-09-07 16:57:21 -07:00
2005-05-01 08:59:01 -07:00
2007-03-05 13:22:28 -08:00
2007-04-26 01:55:07 -07:00
2006-10-08 12:32:35 -07:00
2006-09-21 08:48:27 +01:00
2006-12-10 02:42:03 -08:00
2006-03-20 01:14:22 -08:00
2006-09-21 08:48:27 +01:00
2007-04-26 01:55:18 -07:00
2006-12-07 08:39:25 -08:00
2005-11-07 07:53:42 -08:00
2005-04-18 15:13:15 -07:00
2005-09-05 00:05:48 -07:00
2007-03-12 19:58:18 -07:00