uml: get rid of syscall counters

Get rid of some syscall counters which haven't been useful in ages.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jeff Dike
2008-02-04 22:31:11 -08:00
committed by Linus Torvalds
parent 00a905e614
commit a9b71b6c54
4 changed files with 0 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ extern int uml_exitcode;
extern int ncpus;
extern int kmalloc_ok;
extern int nsyscalls;
#define UML_ROUND_UP(addr) \
((((unsigned long) addr) + PAGE_SIZE - 1) & PAGE_MASK)