On Tue, 2007-02-27 at 09:21 -0800, Jeremy Fitzhardinge wrote: > You mean add the two stubs to asm-generic/mmu_context.h, and then > include that in all these files? That would be cleaner, but it > wouldn't > remove the need to touch all these files, would it? it would if you added asm-generic/mmu_context_paravirt.h and only included that in the main kernel files that need the three operations (that's just fork.c and mmap.c, isn't it)? James