Re: HPET regression in 2.6.26 versus 2.6.25 -- found another user with the same regression

Previous thread: Re: [PATCH 1/1] New documentation about CFS. by Peter Zijlstra on Wednesday, August 20, 2008 - 6:24 am. (4 messages)

Next thread: distributed shared memory / mmap by Martin Uecker on Wednesday, August 20, 2008 - 6:18 am. (5 messages)
From: David Witbrodt
Date: Wednesday, August 20, 2008 - 7:32 am

Brain Damage Alert:  I have only been experimenting with files for
64-bit architecture -- like e820_64.c, e820_64.h, setup_64.c, apic_64.c
-- and not their 32-bit counterparts.  The 3def3d6d commit only touched
64-bit files (before they merged with the 32-bit versions later).

I'm sure that is correct, but can you folks verify that?  A file like
apic_32.c (in Ingo's patch above) cannot affect me if I am running a
64-bit architecture, right?

Running this sanity check:
$ make  arch/x86/kernel/apic_32.o

just gives me loads of errors, presumably because of my .config settings:
============
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_X86_64_SMP=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_RESOURCES_64BIT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
[...]
============

Sorry for my confusion,
Dave W.

PS:  Why didn't anyone tell me for 2 weeks that I was breaking standard
operating procedure by changing the subject line frequently?  Now I'm
in trouble with the bosses, you bums!  ;)
--

From: Ingo Molnar
Date: Wednesday, August 20, 2008 - 7:49 am

correct - i just commented out from both 32-bit and the 64-bit side to 
have a complete patch. (if someone else who runs a 32-bit kernel picks 
it up for experimentation it will do a similar thing)

	Ingo
--

Previous thread: Re: [PATCH 1/1] New documentation about CFS. by Peter Zijlstra on Wednesday, August 20, 2008 - 6:24 am. (4 messages)

Next thread: distributed shared memory / mmap by Martin Uecker on Wednesday, August 20, 2008 - 6:18 am. (5 messages)