]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: inline mk_pte and various friends
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Sat, 10 Sep 2005 17:44:56 +0000 (19:44 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 19:00:18 +0000 (12:00 -0700)
commit3219c7f9443fe352e6f99758525e7b2ea4393e8b
treed02de9d131b3d45a21ce60e4b5d3380497f86daf
parent659ac38c114bd531dd07225947b41da32c9629b2
[PATCH] uml: inline mk_pte and various friends

Turns out that, for UML, a *lot* of VM-related trivial functions are not
inlined but rather normal functions.

In other sections of UML code, this is justified by having files which
interact with the host and cannot therefore include kernel headers, but in
this case there's no such justification.

I've had to turn many of them to macros because of missing declarations. While
doing this, I've decided to reuse some already existing macros.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/include/mem.h
arch/um/kernel/ksyms.c
arch/um/kernel/physmem.c
include/asm-um/page.h
include/asm-um/pgtable.h