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