search for: config_hpet_tim

Displaying 20 results from an estimated 93 matches for "config_hpet_tim".

Did you mean: config_hpet_timer
2005 Jan 05
1
New asterisk installation but no audible voicemail prompts?
...y to the * server so it's not any NAT or firewall trouble (no firewall installed). Any ideas? Which kernel options are required for Asterisk to function properly. Any recommendations on that? Several options do come to mind like, also to prevent timing problems like: - HPET Timer Support (CONFIG_HPET_TIMER) - Provide RTC interrupt (CONFIG_HPET_EMULATE_RTC) - Preemptible Kernel (CONFIG_PREEMPT) (even though the info in kernel describes this for desktop) - Message Signaled Interrupts (MSI and MSI-X) (CONFIG_PCI_MSI) - Enhanced Real Time Clock Support (CONFIG_RTC) - HPET - High Precision Event Time...
2007 Apr 18
1
[PATCH 0/10] lguest
This patch series is against 2.6.20; some things are in flux, so there might be issues as other things flow into the latest -git tree. >From the documentation: Lguest is designed to be a minimal hypervisor for the Linux kernel, for Linux developers and users to experiment with virtualization with the minimum of complexity. Nonetheless, it should have sufficient features to make it useful for
2007 Apr 18
1
[PATCH 0/10] lguest
This patch series is against 2.6.20; some things are in flux, so there might be issues as other things flow into the latest -git tree. >From the documentation: Lguest is designed to be a minimal hypervisor for the Linux kernel, for Linux developers and users to experiment with virtualization with the minimum of complexity. Nonetheless, it should have sufficient features to make it useful for
2009 Feb 27
1
dialing timing problem?
...se configs are all that matters to this problem. Kernel clock/timer stuff: zgrep RTC /proc/config.gz |grep -vP '^#' CONFIG_RTC_LIB=m CONFIG_RTC_CLASS=m CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y CONFIG_RTC_INTF_DEV=y zgrep TIMER /proc/config.gz |grep -vP '^#' CONFIG_TIMERFD=y CONFIG_HPET_TIMER=y CONFIG_X86_PM_TIMER=y CONFIG_HANGCHECK_TIMER=y CONFIG_SND_TIMER=m # lsmod |grep rtc genrtc 6092 0 # lsmod |grep timer snd_timer 15428 2 snd_seq,snd_pcm snd 37348 11 snd_seq,snd_pcm_oss,snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...rch_cmos_timer(void) { - mod_timer(&sync_cmos_timer, jiffies + 1); + if (!no_sync_cmos_timer) + mod_timer(&sync_cmos_timer, jiffies + 1); } static long clock_cmos_diff, sleep_start; @@ -446,16 +448,19 @@ static int time_init_device(void) device_initcall(time_init_device); -#ifdef CONFIG_HPET_TIMER -extern void (*late_time_init)(void); -/* Duplicate of time_init() below, with hpet_enable part added */ -static void __init hpet_time_init(void) +void __init init_xtime_from_cmos(void) { xtime.tv_sec = get_cmos_time(); xtime.tv_nsec = (INITIAL_JIFFIES % HZ) * (NSEC_PER_SEC / HZ); set_norm...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...rch_cmos_timer(void) { - mod_timer(&sync_cmos_timer, jiffies + 1); + if (!no_sync_cmos_timer) + mod_timer(&sync_cmos_timer, jiffies + 1); } static long clock_cmos_diff, sleep_start; @@ -446,16 +448,19 @@ static int time_init_device(void) device_initcall(time_init_device); -#ifdef CONFIG_HPET_TIMER -extern void (*late_time_init)(void); -/* Duplicate of time_init() below, with hpet_enable part added */ -static void __init hpet_time_init(void) +void __init init_xtime_from_cmos(void) { xtime.tv_sec = get_cmos_time(); xtime.tv_nsec = (INITIAL_JIFFIES % HZ) * (NSEC_PER_SEC / HZ); set_norm...
2004 Dec 15
0
kernel freeze on "umount /initrd" [signed]
...FIG_X86_PC=y CONFIG_MPENTIUMM=y CONFIG_X86_CMPXCHG=y CONFIG_X86_XADD=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_PREEMPT=y CONFIG_X86_UP_APIC=y CONFIG_X86_UP_IOAPIC=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_TSC=y CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y CONFIG_X86_MCE_P4THERMAL=y CONFIG_MICROCODE=y CONFIG_X86_MSR=y CONFIG_X86_CPUID=y CONFIG_NOHIGHMEM=y CO...
2010 Oct 16
0
RHEL 6 /etc/inittab misconfigured
...TERNODE_CACHE_BYTES=64 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=64 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR=y CONFIG_HPET_TIMER=y CONFIG_DMI=y CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y CONFIG_NR_CPUS=1 CONFIG_PREEMPT_NONE=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_DIRECT_GBPAGES=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG...
2007 Apr 18
5
[PATCH] paravirt.h
...gnificantly. + However, when run without a hypervisor the kernel is + theoretically slower. If in doubt, say N. config ACPI_SRAT bool =================================================================== --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o obj-$(CONFIG_AUDIT) += audit.o +obj-$(CONFIG_PARAVIRT) += paravirt.o EXTRA_AFLAGS := -traditional =================================================================== --- a/arch/i386/kernel/asm-offsets.c +++ b...
2007 Apr 18
5
[PATCH] paravirt.h
...gnificantly. + However, when run without a hypervisor the kernel is + theoretically slower. If in doubt, say N. config ACPI_SRAT bool =================================================================== --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o obj-$(CONFIG_AUDIT) += audit.o +obj-$(CONFIG_PARAVIRT) += paravirt.o EXTRA_AFLAGS := -traditional =================================================================== --- a/arch/i386/kernel/asm-offsets.c +++ b...
2007 Apr 18
0
[PATCH 6/6] VMI timer patches
...is helps a hypervisor detect that the Linux system is idle, + reducing the overhead of idle systems. diff -r 77e4058e936b arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Thu Dec 14 16:40:14 2006 -0800 +++ b/arch/i386/kernel/Makefile Thu Dec 14 16:40:16 2006 -0800 @@ -40,7 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_VMI) += vmi.o +obj-$(CONFIG_VMI) += vmi.o vmitime.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r 77e4058e936b arch/i386...
2007 Apr 18
0
[PATCH 6/6] VMI timer patches
...is helps a hypervisor detect that the Linux system is idle, + reducing the overhead of idle systems. diff -r 77e4058e936b arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Thu Dec 14 16:40:14 2006 -0800 +++ b/arch/i386/kernel/Makefile Thu Dec 14 16:40:16 2006 -0800 @@ -40,7 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_VMI) += vmi.o +obj-$(CONFIG_VMI) += vmi.o vmitime.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r 77e4058e936b arch/i386...
2007 Apr 18
0
[PATCH 5/5] Vmi timer.patch
...is helps a hypervisor detect that the Linux system is idle, + reducing the overhead of idle systems. diff -r d1ec5a6e3e8c arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Dec 12 13:53:09 2006 -0800 +++ b/arch/i386/kernel/Makefile Tue Dec 12 13:53:15 2006 -0800 @@ -40,7 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_VMI) += vmi.o +obj-$(CONFIG_VMI) += vmi.o vmitime.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d1ec5a6e3e8c arch/i386...
2007 Apr 18
0
[PATCH 5/5] Vmi timer.patch
...is helps a hypervisor detect that the Linux system is idle, + reducing the overhead of idle systems. diff -r d1ec5a6e3e8c arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Dec 12 13:53:09 2006 -0800 +++ b/arch/i386/kernel/Makefile Tue Dec 12 13:53:15 2006 -0800 @@ -40,7 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o -obj-$(CONFIG_VMI) += vmi.o +obj-$(CONFIG_VMI) += vmi.o vmitime.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d1ec5a6e3e8c arch/i386...
2007 Aug 28
8
cpufreq affects rate in, at least, htb
Hi all :) I''ve tested this and having a cpufreq that slows down the CPU affects the rate of HTB. My ondemand cpufreq governor scales down the CPU frequency about 40% and this is more or less the slowdown the rate suffers, 40%. Any known way of dealing with this without having to disable cpufreq? Thanks in advance :) Ra?l N??ez de Arenas Coronado -- Linux Registered
2007 Apr 18
3
[PATCH 1/2] paravirt.h header
...gnificantly. + However, when run without a hypervisor the kernel is + theoretically slower. If in doubt, say N. config ACPI_SRAT bool =================================================================== --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o obj-$(CONFIG_AUDIT) += audit.o +obj-$(CONFIG_PARAVIRT) += paravirt.o EXTRA_AFLAGS := -traditional =================================================================== --- a/arch/i386/kernel/asm-offsets.c +++ b...
2005 Dec 06
0
Compile time errors on xen 2.6.12.5
...oadable module support # # CONFIG_MODULES is not set CONFIG_XENARCH="x86_64" CONFIG_X86=y CONFIG_MMU=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=7 CONFIG_RWSEM_GENERIC_SPINLOCK=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_X86_GOOD_APIC=y # CONFIG_HPET_TIMER is not set CONFIG_SMP=y CONFIG_NR_CPUS=16 CONFIG_SCHED_SMT=y # CONFIG_MICROCODE is not set CONFIG_X86_CPUID=y CONFIG_SWIOTLB=y # CONFIG_NUMA is not set CONFIG_MTRR=y CONFIG_HAVE_DEC_LOCK=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_PCI=y CONFIG_PCI_DIRECT=y # CONFIG_PCI_MMCONFIG is not s...
2005 Apr 12
0
Syslinux on USB initrd problem
...G_X86_XADD=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_USE_3DNOW=y # CONFIG_HPET_TIMER is not set # CONFIG_SMP is not set # CONFIG_PREEMPT is not set # CONFIG_X86_UP_APIC is not set CONFIG_X86_TSC=y CONFIG_X86_MCE=y # CONFIG_X86_MCE_NONFATAL is not set # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is...
2005 Apr 13
0
Sv: Syslinux on USB initrd problem
...G_X86_XADD=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_USE_3DNOW=y # CONFIG_HPET_TIMER is not set # CONFIG_SMP is not set # CONFIG_PREEMPT is not set # CONFIG_X86_UP_APIC is not set CONFIG_X86_TSC=y CONFIG_X86_MCE=y # CONFIG_X86_MCE_NONFATAL is not set # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is...
2005 Apr 13
1
Sv: Re: Sv: Re: Sv: Syslinux on USB initrd problem
...t;CONFIG_GENERIC_CALIBRATE_DELAY=y >>CONFIG_X86_WP_WORKS_OK=y >>CONFIG_X86_INVLPG=y >>CONFIG_X86_BSWAP=y >>CONFIG_X86_POPAD_OK=y >>CONFIG_X86_GOOD_APIC=y >>CONFIG_X86_INTEL_USERCOPY=y >>CONFIG_X86_USE_PPRO_CHECKSUM=y >>CONFIG_X86_USE_3DNOW=y >># CONFIG_HPET_TIMER is not set >># CONFIG_SMP is not set >># CONFIG_PREEMPT is not set >># CONFIG_X86_UP_APIC is not set >>CONFIG_X86_TSC=y >>CONFIG_X86_MCE=y >># CONFIG_X86_MCE_NONFATAL is not set >># CONFIG_TOSHIBA is not set >># CONFIG_I8K is not set >># CONFI...