Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Thu, 31 Dec 2009
 13:40:29 -0700
Received: from mail1.lsil.com (mail1.lsil.com [147.145.40.21])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id nBVKeRme015942	for
 <andy.sharp@lsi.com>; Thu, 31 Dec 2009 12:40:29 -0800
Received: from psmtp.com (na3sys009amx167.postini.com [74.125.149.93])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id nBVKeOL3005747	for
 <andy.sharp@lsi.com>; Thu, 31 Dec 2009 12:40:25 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx167.postini.com
 ([74.125.148.14]) with SMTP;	Thu, 31 Dec 2009 12:40:26 PST
Received: from localhost.localdomain ([127.0.0.1]:43942 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1492700AbZLaUkE (ORCPT
        <rfc822;andy.sharp@lsi.com>); Thu, 31 Dec 2009 21:40:04 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 31 Dec 2009 21:39:47
 +0100 (CET)
Received: from astoria.ccjclearline.com ([64.235.106.9]:50154 "EHLO
        astoria.ccjclearline.com" rhost-flags-OK-OK-OK-OK)        by
 eddie.linux-mips.org with ESMTP id S1492164AbZLaUjn (ORCPT
        <rfc822;linux-mips@linux-mips.org>); Thu, 31 Dec 2009 21:39:43 +0100
Received: from cpe00142a336e11-cm001ac318e826.cpe.net.cable.rogers.com
 ([174.113.191.234] helo=crashcourse.ca)        by astoria.ccjclearline.com
 with esmtpsa (TLSv1:AES256-SHA:256)        (Exim 4.69)        (envelope-from
 <rpjday@crashcourse.ca>)        id 1NQRo0-0004kI-0R        for
 linux-mips@linux-mips.org; Thu, 31 Dec 2009 15:39:36 -0500
From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Thu, 31 Dec 2009 13:39:00 -0700
Subject: [PATCH] MIPS: Simplify param.h by using <asm-generic/param.h>
Thread-Topic: [PATCH] MIPS: Simplify param.h by using <asm-generic/param.h>
Thread-Index: AcqKWX3LAfTXCi+sQUKx/CMue38dNQ==
Message-ID: <alpine.LFD.2.00.0912311538120.7030@localhost>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-levels: (S:24.54926/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <rpjday@crashcourse.ca> [22/1] 
x-pstn-neptune: 0/0/0.00/0
user-agent: Alpine 2.00 (LFD 1167 2008-08-23)
x-antiabuse: Sender Address Domain - crashcourse.ca
x-source:
x-source-args:
x-source-dir:
x-x-sender: rpjday@localhost
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/arch/mips/include/asm/param.h b/arch/mips/include/asm/param.h
index 1d9bb8c..da3920f 100644
--- a/arch/mips/include/asm/param.h
+++ b/arch/mips/include/asm/param.h
@@ -9,23 +9,8 @@
 #ifndef _ASM_PARAM_H
 #define _ASM_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	65536

-#ifndef NOGROUP
-#define NOGROUP		(-1)
-#endif
-
-#define MAXHOSTNAMELEN	64	/* max length of hostname */
+#include <asm-generic/param.h>

 #endif /* _ASM_PARAM_H */

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

