[parisc-linux-cvs] linux-2.6 jejb
James Bottomley
parisc-linux@lists.parisc-linux.org
Wed, 24 Sep 2003 19:07:22 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.6
Changes by: jejb 03/09/24 19:07:22
Modified files:
. : Makefile
include/asm-parisc: dma-mapping.h irq.h keyboard.h page.h
param.h pci.h pdc.h pgalloc.h pgtable.h
processor.h tlbflush.h
Log message:
Fix our timer jitter problems on PA2.0
The root cause is asm-parisc/param.h which sets HZ conditionally based
based on the value of CONFIG_PA20. Unfortunately this will only be correctly
set if linux/config.h is included (which it isn't a lot of the time).
I've fixed several other places in asm-parisc which have this problem
(according to scripts/checkconfig.pl