aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/kern_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r--arch/um/include/kern_util.h1
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
14extern int ncpus; 14extern int ncpus;
15extern int kmalloc_ok; 15extern int kmalloc_ok;
16extern 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)