Re: Make sure we populate the initroot filesystem late enough
From: David Woodhouse <dwmw2@infradead.org>
Date: 2007-02-28 10:13:29
Also in:
linuxppc-dev
From: David Woodhouse <dwmw2@infradead.org>
Date: 2007-02-28 10:13:29
Also in:
linuxppc-dev
On Wed, 2007-02-28 at 07:43 +0100, Benjamin Herrenschmidt wrote:
I wouldn't be that sure ... I've had problems in the past with PMU based cpufreq... looks like flushing all caches and hard-resetting the processor on the fly when there can be pending DMAs might be a source of trouble... especially on CPUs that don't have working cache flush HW assist.
I've seen it on a PowerMac3,1 (400MHz G4) where we don't have cpufreq. I've also seen it on the latest 1.5GHz Mac Mini, and on my shinybook. They all fall over with the latest kernel, although the shinybook only does so immediately when booted with mem=512M. The shinybook does crash later with new kernels though; I don't yet know why. It could be the same thing, or it could be something different. That one seemed to appear between Fedora's 2.6.19-1.2913 and 2.6.19-1.2914 kernels, where we did nothing but turned CONFIG_SYSFS_DEPRECATED on. I don't blame cpufreq. At various times I've been equally convinced that it was due to CONFIG_KPROBES, and Linus' initrd-moving patch. -- dwmw2