[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bkpatch] do_mmap cleanup



Juan Quintela writes:

> Please, don't do that, export another function that does exactly that.
> sys_munmap is declared as asmlinkage, and some architectures (at
> least ppc used to have) need especial code to be able to call
> asmlinkage functions from inside the kernel.

Huh?  asmlinkage doesn't do anything on PPC, and never has.  It only
makes any difference on i386 and ia64 - see include/linux/linkage.h.

Paul.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/