On Wed, 2010-04-07 at 11:52 +0200, Michal Suchanek wrote: [...] > However, the change that breaks the kernel for me is in these options, > there is no other difference.
I keep telling you that we are following the default. Apparently that value doesn't work for your hardware. > The physical align number in the Debian config in current kernels which > fails for me is > > 0x1 000 000 > > while the one I get by configuring clean 2.6.32.11 source is > > 0x100 000 > > which is what I have in the running kernel. My clean 2.6.32.11 source disagrees with you: $ git checkout v2.6.32.11 ... $ make ARCH=i386 defconfig ... $ grep CONFIG_PHYSICAL_ALIGN .config CONFIG_PHYSICAL_ALIGN=0x1000000 $ make ARCH=x86_64 defconfig ... $ grep CONFIG_PHYSICAL_ALIGN .config CONFIG_PHYSICAL_ALIGN=0x1000000 So, you should report a bug upstream that the default does not work for your system. Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve it makes it worse.
signature.asc
Description: This is a digitally signed message part