Re: [Qemu-devel] [PATCH 1/2] PPC: e500: increase DTC_LOAD_PAD

2012-09-25 Thread Alexander Graf
On 23.08.2012, at 02:55, Scott Wood wrote: > An allowance of 5 MiB for BSS is not enough for Linux kernels with certain > debug options enabled (not sure exactly which one caused it, but I'd guess > lockdep). The kernel I ran into this with had a BSS of around 6.4 MB. > > Unfortunately, uImage

[Qemu-devel] [PATCH 1/2] PPC: e500: increase DTC_LOAD_PAD

2012-08-22 Thread Scott Wood
An allowance of 5 MiB for BSS is not enough for Linux kernels with certain debug options enabled (not sure exactly which one caused it, but I'd guess lockdep). The kernel I ran into this with had a BSS of around 6.4 MB. Unfortunately, uImage does not give us enough information to determine the ac