diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-30 16:32:09 -0500 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-25 00:29:55 +0100 |
commit | d3985d9ac6eeaf447a40d18b78a7e5443f95d790 (patch) | |
tree | 556fa5d09f618bb2d8753b7b91223e1dfd26022e /arch/um/include/asm/param.h | |
parent | 69a3b4b28e29142f55de4d0661c3426ba9f1b6d3 (diff) | |
download | op-kernel-dev-d3985d9ac6eeaf447a40d18b78a7e5443f95d790.zip op-kernel-dev-d3985d9ac6eeaf447a40d18b78a7e5443f95d790.tar.gz |
um: a bunch of headers can be killed by using generic-y
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm/param.h')
-rw-r--r-- | arch/um/include/asm/param.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/um/include/asm/param.h b/arch/um/include/asm/param.h deleted file mode 100644 index e44f4e6..0000000 --- a/arch/um/include/asm/param.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _UM_PARAM_H -#define _UM_PARAM_H - -#define EXEC_PAGESIZE 4096 - -#ifndef NOGROUP -#define NOGROUP (-1) -#endif - -#define MAXHOSTNAMELEN 64 /* max length of hostname */ - -#ifdef __KERNEL__ -#define HZ CONFIG_HZ -#define USER_HZ 100 /* .. some user interfaces are in "ticks" */ -#define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ -#else -#define HZ 100 -#endif - -#endif |