Skip to content

Commit

Permalink
- Update config files for i386 and x86_64: use default value for HZ (…
Browse files Browse the repository at this point in the history
…250)
  • Loading branch information
mantel committed Aug 1, 2005
1 parent 38f79f1 commit 50a275a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 21 deletions.
6 changes: 3 additions & 3 deletions config/i386/bigsmp
Expand Up @@ -158,9 +158,9 @@ CONFIG_BOOT_IOREMAP=y
CONFIG_REGPARM=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y

Expand Down
6 changes: 3 additions & 3 deletions config/i386/debug
Expand Up @@ -158,9 +158,9 @@ CONFIG_BOOT_IOREMAP=y
CONFIG_REGPARM=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y

Expand Down
6 changes: 3 additions & 3 deletions config/i386/default
Expand Up @@ -150,9 +150,9 @@ CONFIG_BOOT_IOREMAP=y
CONFIG_REGPARM=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y

Expand Down
6 changes: 3 additions & 3 deletions config/i386/smp
Expand Up @@ -156,9 +156,9 @@ CONFIG_BOOT_IOREMAP=y
CONFIG_REGPARM=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y

Expand Down
6 changes: 3 additions & 3 deletions config/x86_64/debug
Expand Up @@ -118,9 +118,9 @@ CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ISA_DMA_API=y
Expand Down
6 changes: 3 additions & 3 deletions config/x86_64/default
Expand Up @@ -105,9 +105,9 @@ CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ISA_DMA_API=y
Expand Down
6 changes: 3 additions & 3 deletions config/x86_64/smp
Expand Up @@ -118,9 +118,9 @@ CONFIG_PHYSICAL_START=0x100000
CONFIG_KEXEC=y
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_ISA_DMA_API=y
Expand Down
5 changes: 5 additions & 0 deletions kernel-source.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 1 16:20:42 CEST 2005 - mantel@suse.de

- Update config files for i386 and x86_64: use default value for HZ (250)

-------------------------------------------------------------------
Mon Aug 1 15:14:36 CEST 2005 - tiwai@suse.de

Expand Down

0 comments on commit 50a275a

Please sign in to comment.