Magellan Linux

Annotation of /trunk/kernel26-magellan/patches-2.6.16-r12/0017-2.6.16-hz-default_values.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (hide annotations) (download)
Mon Jun 5 09:25:38 2006 UTC (17 years, 11 months ago) by niro
File size: 3446 byte(s)
ver bump to 2.6.16-r12:
- updated to linux-2.6.16.19
- updated to ck11

1 niro 72 arch/ia64/configs/tiger_defconfig | 6 +++---
2     arch/ia64/configs/zx1_defconfig | 6 +++---
3     arch/ppc/configs/common_defconfig | 6 +++---
4     arch/ppc/configs/pmac_defconfig | 6 +++---
5     kernel/Kconfig.hz | 2 +-
6     5 files changed, 13 insertions(+), 13 deletions(-)
7    
8     Index: linux-2.6.16-ck1/arch/ia64/configs/tiger_defconfig
9     ===================================================================
10     --- linux-2.6.16-ck1.orig/arch/ia64/configs/tiger_defconfig 2006-03-20 20:46:25.000000000 +1100
11     +++ linux-2.6.16-ck1/arch/ia64/configs/tiger_defconfig 2006-03-20 20:46:54.000000000 +1100
12     @@ -105,10 +105,10 @@ CONFIG_IA64_PAGE_SIZE_16KB=y
13     # CONFIG_IA64_PAGE_SIZE_64KB is not set
14     CONFIG_PGTABLE_3=y
15     # CONFIG_PGTABLE_4 is not set
16     -# CONFIG_HZ_100 is not set
17     -CONFIG_HZ_250=y
18     +CONFIG_HZ_100=y
19     +# CONFIG_HZ_250 is not set
20     # CONFIG_HZ_1000 is not set
21     -CONFIG_HZ=250
22     +CONFIG_HZ=100
23     CONFIG_IA64_L1_CACHE_SHIFT=7
24     CONFIG_IA64_CYCLONE=y
25     CONFIG_IOSAPIC=y
26     Index: linux-2.6.16-ck1/arch/ia64/configs/zx1_defconfig
27     ===================================================================
28     --- linux-2.6.16-ck1.orig/arch/ia64/configs/zx1_defconfig 2006-03-20 20:46:25.000000000 +1100
29     +++ linux-2.6.16-ck1/arch/ia64/configs/zx1_defconfig 2006-03-20 20:46:54.000000000 +1100
30     @@ -103,10 +103,10 @@ CONFIG_IA64_PAGE_SIZE_16KB=y
31     # CONFIG_IA64_PAGE_SIZE_64KB is not set
32     CONFIG_PGTABLE_3=y
33     # CONFIG_PGTABLE_4 is not set
34     -# CONFIG_HZ_100 is not set
35     -CONFIG_HZ_250=y
36     +CONFIG_HZ_100=y
37     +# CONFIG_HZ_250 is not set
38     # CONFIG_HZ_1000 is not set
39     -CONFIG_HZ=250
40     +CONFIG_HZ=100
41     CONFIG_IA64_L1_CACHE_SHIFT=7
42     # CONFIG_IA64_CYCLONE is not set
43     CONFIG_IOSAPIC=y
44     Index: linux-2.6.16-ck1/arch/ppc/configs/common_defconfig
45     ===================================================================
46     --- linux-2.6.16-ck1.orig/arch/ppc/configs/common_defconfig 2006-03-20 20:46:25.000000000 +1100
47     +++ linux-2.6.16-ck1/arch/ppc/configs/common_defconfig 2006-03-20 20:46:54.000000000 +1100
48     @@ -140,9 +140,9 @@ CONFIG_PPCBUG_NVRAM=y
49     # CONFIG_SMP is not set
50     # CONFIG_HIGHMEM is not set
51     # CONFIG_HZ_100 is not set
52     -CONFIG_HZ_250=y
53     -# CONFIG_HZ_1000 is not set
54     -CONFIG_HZ=250
55     +# CONFIG_HZ_250 is not set
56     +CONFIG_HZ_1000=y
57     +CONFIG_HZ=1000
58     CONFIG_PREEMPT_NONE=y
59     # CONFIG_PREEMPT_VOLUNTARY is not set
60     # CONFIG_PREEMPT is not set
61     Index: linux-2.6.16-ck1/arch/ppc/configs/pmac_defconfig
62     ===================================================================
63     --- linux-2.6.16-ck1.orig/arch/ppc/configs/pmac_defconfig 2006-03-20 20:46:25.000000000 +1100
64     +++ linux-2.6.16-ck1/arch/ppc/configs/pmac_defconfig 2006-03-20 20:46:54.000000000 +1100
65     @@ -140,9 +140,9 @@ CONFIG_PPCBUG_NVRAM=y
66     # CONFIG_SMP is not set
67     # CONFIG_HIGHMEM is not set
68     # CONFIG_HZ_100 is not set
69     -CONFIG_HZ_250=y
70     -# CONFIG_HZ_1000 is not set
71     -CONFIG_HZ=250
72     +# CONFIG_HZ_250 is not set
73     +# CONFIG_HZ_1000=y
74     +CONFIG_HZ=1000
75     CONFIG_PREEMPT_NONE=y
76     # CONFIG_PREEMPT_VOLUNTARY is not set
77     # CONFIG_PREEMPT is not set
78     Index: linux-2.6.16-ck1/kernel/Kconfig.hz
79     ===================================================================
80     --- linux-2.6.16-ck1.orig/kernel/Kconfig.hz 2006-03-20 20:46:25.000000000 +1100
81     +++ linux-2.6.16-ck1/kernel/Kconfig.hz 2006-03-20 20:46:54.000000000 +1100
82     @@ -4,7 +4,7 @@
83    
84     choice
85     prompt "Timer frequency"
86     - default HZ_250
87     + default HZ_1000
88     help
89     Allows the configuration of the timer frequency. It is customary
90     to have the timer interrupt run at 1000 HZ but 100 HZ may be more