Subject: Re: unaligned access during bootup
To: Stephen Jones <smj@cirr.com>
From: Martin Husemann <martin@duskware.de>
List: port-alpha
Date: 02/28/2007 09:46:10
On Wed, Feb 28, 2007 at 09:44:01AM +0100, Martin Husemann wrote:
> try:
> 2:      lda     t0, uvm
>         ldbu    t0, UVM_PAGE_IDLE_ZERO(t0)      /* should we zero some pages? */
> 
> instead. (Thanks to pavel for looking into the asm manual)

Eh, of course that is in sys/arch/alpha/alpha/locore.s (only occurence of
UVM_PAGE_IDLE_ZERO)

Martin