[parisc-linux-cvs] linux-2.6 tausq
James Bottomley
James.Bottomley at SteelEye.com
Sun Jul 11 12:34:30 MDT 2004
On Sun, 2004-07-11 at 12:34, Randolph Chung wrote:
> --- arch/parisc/kernel/entry.S 9 Jul 2004 19:04:20 -0000 1.15
> +++ arch/parisc/kernel/entry.S 11 Jul 2004 17:29:33 -0000
> @@ -518,7 +518,7 @@
>
> /* Set the dirty bit (and accessed bit). No need to be
> * clever, this is only used from the dirty fault */
> - .macro update_dirty ptep,pte,tmp,tmp1
> + .macro update_dirty ptep,pte,tmp
> ldi _PAGE_ACCESSED|_PAGE_DIRTY,\tmp
> or \tmp,\pte,\pte
Actually, the reason this had a fourth temporary argument was that I was
going to pull in the dbit locking code as well. I just didn't bother
since there was no working test case for it.
> - f_extend pte,t0
> + f_extend pte,t1
What was the reason for this?
James
More information about the parisc-linux-cvs
mailing list