Re: [PATCH] 2.5.25 - Fix USER_HZ breakage on non-x86 archs
Russell King (rmk@arm.linux.org.uk)
Fri, 12 Jul 2002 09:36:45 +0100
On Thu, Jul 11, 2002 at 10:01:41PM -0600, Nick Bellinger wrote:
> The following patch adds the deprecated USER_HZ definition that was
> added in 2.5.25 to include/linux/times.h for the new
> jiffies_to_clock_t() macro and that is currently defined in
> include/asm/param.h for i386/ppc. All architectures aside from x86 and
> ppc are currently broken without USER_HZ definied and I assume we only
> want a different internal kernel timer frequency for x86 right now, so
> all definitions of USER_HZ in non asm-x86 param.h are set to the
> predefined value of HZ.
Please drop the ARM section of this patch; updates are pending Linus
pulling from my BK repository.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/