diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-02-05 01:31:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:30 -0500 |
commit | a9b71b6c5473d2c1526deac0a1a207fe476f6088 (patch) | |
tree | af124559352283f663671bb59fa6346a1cc913ad /arch/um/include/kern_util.h | |
parent | 00a905e6145ba200308a6a13e00248b85c600bd0 (diff) |
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>
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r-- | arch/um/include/kern_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h index 715ffb5b95c1..3c341222d252 100644 --- a/arch/um/include/kern_util.h +++ b/arch/um/include/kern_util.h | |||
@@ -13,7 +13,6 @@ extern int uml_exitcode; | |||
13 | 13 | ||
14 | extern int ncpus; | 14 | extern int ncpus; |
15 | extern int kmalloc_ok; | 15 | extern int kmalloc_ok; |
16 | extern int nsyscalls; | ||
17 | 16 | ||
18 | #define UML_ROUND_UP(addr) \ | 17 | #define UML_ROUND_UP(addr) \ |
19 | ((((unsigned long) addr) + PAGE_SIZE - 1) & PAGE_MASK) | 18 | ((((unsigned long) addr) + PAGE_SIZE - 1) & PAGE_MASK) |