[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] linux/i386: remove include/asm-i386/mach-xen/asm/param.h
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1196763291 0 # Node ID 23b84b4c5efcfe93bfa94651e4a418b2e515302c # Parent f19522c04323ee8cf89f33530fbb4eb47ba20bd7 linux/i386: remove include/asm-i386/mach-xen/asm/param.h .. as it's identical to the native file. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- include/asm-i386/mach-xen/asm/param.h | 23 ----------------------- 1 files changed, 23 deletions(-) diff -r f19522c04323 -r 23b84b4c5efc include/asm-i386/mach-xen/asm/param.h --- a/include/asm-i386/mach-xen/asm/param.h Tue Dec 04 10:02:30 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -#ifndef _ASMi386_PARAM_H -#define _ASMi386_PARAM_H - -#ifdef __KERNEL__ -# define HZ CONFIG_HZ /* Internal kernel timer frequency */ -# define USER_HZ 100 /* .. some user interfaces are in "ticks" */ -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ -#endif - -#ifndef HZ -#define HZ 100 -#endif - -#define EXEC_PAGESIZE 4096 - -#ifndef NOGROUP -#define NOGROUP (-1) -#endif - -#define MAXHOSTNAMELEN 64 /* max length of hostname */ -#define COMMAND_LINE_SIZE 256 - -#endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |