On 24 January 2013 19:57, Peter Maydell wrote:
> It appears to be one of the reasons. The other is that
> the kernel is trashing the device tree because it
> happens to be sitting in the same page as the last
> part-page of the initrd, and free_initrd_mem() rounds
> up to a page boundary when poi
On 24.01.2013, at 20:16, Peter Maydell wrote:
> On 24 January 2013 19:01, Alexander Graf wrote:
>> Does it reboot / shut down for you with this patch?
>
> Well, my test 3.8-rc4 kernel for vexpress-a9 reboots
> and shuts down ok, yes.
Awesome. I tried vexpress-a15 with kvm this week and there m
On 24 January 2013 19:01, Alexander Graf wrote:
> Does it reboot / shut down for you with this patch?
Well, my test 3.8-rc4 kernel for vexpress-a9 reboots
and shuts down ok, yes.
-- PMM
On 24.01.2013, at 19:57, Peter Maydell wrote:
> On 24 January 2013 18:54, Alexander Graf wrote:
>> On 22.12.2012, at 20:03, Christoffer Dall wrote:
>>> The start bit should only be set to indicate that a function call is
>>> underway, right now. When done with function, clear it.
>>
>> Is this
On 24 January 2013 18:54, Alexander Graf wrote:
> On 22.12.2012, at 20:03, Christoffer Dall wrote:
>> The start bit should only be set to indicate that a function call is
>> underway, right now. When done with function, clear it.
>
> Is this the reason 3.8 doesn't run properly?
It appears to be
On 22.12.2012, at 20:03, Christoffer Dall wrote:
> The start bit should only be set to indicate that a function call is
> underway, right now. When done with function, clear it.
Is this the reason 3.8 doesn't run properly?
Alex
>
> Cc: Peter Maydell
> Signed-off-by: Christoffer Dall
> ---