Re: ptep_test_and_clear_young() i386 vs. x86_64

From: Hugh Dickins
Date: Fri Sep 21 2007 - 15:43:29 EST


On Fri, 21 Sep 2007, Slava Abramov wrote:
>
> Is there any special reason why ptep_test_and_clear_young()
> implementation for x86_64 does not call pte_update()?

Because the i386 pte_update is there for CONFIG_PARAVIRT (and
a no-op without it), and CONFIG_PARAVIRT is so far peculiar to
i386: x86_64 doesn't even define a pte_update to call there.

Hugh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/