linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: Simplify param.h by using <asm-generic/param.h>
@ 2009-12-31 20:39 Robert P. J. Day
  2010-01-10 13:38 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2009-12-31 20:39 UTC (permalink / raw)
  To: linux-mips


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 */

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

            Linux Consulting, Training and Kernel Pedantry.

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Simplify param.h by using <asm-generic/param.h>
  2009-12-31 20:39 [PATCH] MIPS: Simplify param.h by using <asm-generic/param.h> Robert P. J. Day
@ 2010-01-10 13:38 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-01-10 13:38 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: linux-mips

On Thu, Dec 31, 2009 at 03:39:00PM -0500, Robert P. J. Day wrote:

Thanks, queued for 2.6.34.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-10 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 20:39 [PATCH] MIPS: Simplify param.h by using <asm-generic/param.h> Robert P. J. Day
2010-01-10 13:38 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).