From patchwork Thu Dec 31 20:43:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Robert P. J. Day" X-Patchwork-Id: 70422 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBVLUnSe017655 for ; Thu, 31 Dec 2009 21:30:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbZLaVat (ORCPT ); Thu, 31 Dec 2009 16:30:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751618AbZLaVat (ORCPT ); Thu, 31 Dec 2009 16:30:49 -0500 Received: from astoria.ccjclearline.com ([64.235.106.9]:52926 "EHLO astoria.ccjclearline.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbZLaVas (ORCPT ); Thu, 31 Dec 2009 16:30:48 -0500 X-Greylist: delayed 2779 seconds by postgrey-1.27 at vger.kernel.org; Thu, 31 Dec 2009 16:30:48 EST 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 ) id 1NQRsi-00053y-Vn for linux-parisc@vger.kernel.org; Thu, 31 Dec 2009 15:44:29 -0500 Date: Thu, 31 Dec 2009 15:43:55 -0500 (EST) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost To: linux-parisc@vger.kernel.org Subject: [PATCH] PARISC: Simplify param.h by including Message-ID: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org diff --git a/arch/parisc/include/asm/param.h b/arch/parisc/include/asm/param.h index 32e03d8..965d454 100644 --- a/arch/parisc/include/asm/param.h +++ b/arch/parisc/include/asm/param.h @@ -1,22 +1 @@ -#ifndef _ASMPARISC_PARAM_H -#define _ASMPARISC_PARAM_H - -#ifdef __KERNEL__ -#define HZ CONFIG_HZ -#define USER_HZ 100 /* some user API use "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 */ - -#endif +#include