From 7854052b3827a3853cb80a6f7de5dcc32756aa95 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Fri, 14 Jan 2005 01:27:26 +0000 Subject: [PATCH] x86-sol10-param-cleanup-20050113 FIXES 17082 make user section match kernel section --- src/config/param.sunx86_510.h | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/config/param.sunx86_510.h b/src/config/param.sunx86_510.h index 95be223421..619a74ec4e 100644 --- a/src/config/param.sunx86_510.h +++ b/src/config/param.sunx86_510.h @@ -133,15 +133,6 @@ /* This section for user space compiles only */ -/* - * Copyright 2000, International Business Machines Corporation and others. - * All Rights Reserved. - * - * This software has been released under the terms of the IBM Public - * License. For details, see the LICENSE file in the top-level source - * directory or online at http://www.openafs.org/dl/license10.html - */ - #ifndef AFS_PARAM_H #define AFS_PARAM_H @@ -156,6 +147,12 @@ #define AFS_ENV 1 #define AFS_USR_SUN5_ENV 1 #define AFS_USR_SUN6_ENV 1 +#define AFS_USR_SUN7_ENV 1 +#define AFS_USR_SUN8_ENV 1 +#define AFS_USR_SUN9_ENV 1 + +#define AFS_64BIT_ENV 1 + #include @@ -170,9 +167,9 @@ #define AFS_MOUNT_AFS 1 /* Machine / Operating system information */ -#define sys_sun4x_55 1 -#define SYS_NAME "sun4x_55" -#define SYS_NAME_ID SYS_NAME_ID_sun4x_55 +#define sys_sunx86_510 1 +#define SYS_NAME "sunx86_510" +#define SYS_NAME_ID SYS_NAME_ID_sunx86_510 #define AFSLITTLE_ENDIAN 1 #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_STATVFS 0 /* System doesn't support statvfs */