direct-io.hg
changeset 8812:9b62efbc881a
Remove Xen-specific param.h: has only cosmetic change from mainline.
-#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
+# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
-#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
+# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Feb 10 00:00:17 2006 +0100 (2006-02-10) |
parents | 2ca9bb802ff7 |
children | 605672867c0f |
files |
line diff
1.1 --- a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h Thu Feb 09 23:15:21 2006 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,23 +0,0 @@ 1.4 -#ifndef _ASMx86_64_PARAM_H 1.5 -#define _ASMx86_64_PARAM_H 1.6 - 1.7 -#ifdef __KERNEL__ 1.8 -# include <linux/config.h> 1.9 -# define HZ CONFIG_HZ /* Internal kernel timer frequency */ 1.10 -# define USER_HZ 100 /* .. some user interfaces are in "ticks */ 1.11 -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ 1.12 -#endif 1.13 - 1.14 -#ifndef HZ 1.15 -#define HZ 100 1.16 -#endif 1.17 - 1.18 -#define EXEC_PAGESIZE 4096 1.19 - 1.20 -#ifndef NOGROUP 1.21 -#define NOGROUP (-1) 1.22 -#endif 1.23 - 1.24 -#define MAXHOSTNAMELEN 64 /* max length of hostname */ 1.25 - 1.26 -#endif