public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: m68knommu: rework definition of HZ
       [not found] <fa.+a5tyUbZKH57Lq6WLCKJuVfWGU4@ifi.uio.no>
@ 2008-05-09 11:48 ` Niko Tyni
  0 siblings, 0 replies; only message in thread
From: Niko Tyni @ 2008-05-09 11:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: 480130

On Thu, May 01, 2008 at 02:21:45AM +0000, Greg Ungerer wrote:
> Rework the HZ definition to be more consistent with other architectures.
> Non-kernel includers will see a constant HZ setting of 100.

Something like this is needed for <asm-alpha/param.h> as well. 
Perl and possibly python too fail to build with the 2.6.25 header 
on alpha due to "'CONFIG_HZ' undeclared".

Some details can be found in http://bugs.debian.org/480130 .

> diff -Naurp linux-2.6.25/include/asm-m68knommu/param.h linux-2.6.25-uc0/include/asm-m68knommu/param.h
> --- linux-2.6.25/include/asm-m68knommu/param.h	2008-04-17 12:49:44.000000000 +1000
> +++ linux-2.6.25-uc0/include/asm-m68knommu/param.h	2008-04-28 17:00:21.000000000 +1000
> @@ -1,13 +1,16 @@
>  #ifndef _M68KNOMMU_PARAM_H
>  #define _M68KNOMMU_PARAM_H
>  
> -#define HZ CONFIG_HZ
> -
>  #ifdef __KERNEL__
> +#define HZ CONFIG_HZ
>  #define	USER_HZ		HZ
>  #define	CLOCKS_PER_SEC	(USER_HZ)
>  #endif
>  
> +#ifndef HZ
> +#define HZ	100
> +#endif
> +
>  #define EXEC_PAGESIZE	4096
>  
>  #ifndef NOGROUP

-- 
Niko Tyni   ntyni@debian.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-09 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.+a5tyUbZKH57Lq6WLCKJuVfWGU4@ifi.uio.no>
2008-05-09 11:48 ` m68knommu: rework definition of HZ Niko Tyni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox