linux/arch/um/include/tt
Jeff Dike 6e21aec3fc uml: tidy process.c
Clean up arch/um/kernel/process.c:

- lots of return(x); -> return x; conversions

- a number of the small functions are either unused, in which case they are
  gone, along any declarations in a header, or could be made static.

- current_pid is ifdefed on CONFIG_MODE_TT and its declaration is ifdefed on
  both CONFIG_MODE_TT and UML_CONFIG_MODE_TT because we don't know whether
  it's being used in a userspace or kernel file.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-07 12:13:02 -07:00
..
debug.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
mmu-tt.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
mode-tt.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
mode_kern_tt.h [PATCH] uml: fix static binary segfault 2006-07-10 13:24:23 -07:00
tt.h [PATCH] uml: request format warnings to GCC for appropriate functions 2006-04-11 06:18:35 -07:00
uaccess-tt.h uml: tidy process.c 2007-05-07 12:13:02 -07:00