Re: [patch] cli()/sti() cleanup, 2.5.27-A2

Ingo Molnar (mingo@elte.hu)
Mon, 22 Jul 2002 15:52:41 +0200 (CEST)


we abstracted simple types such as pte_t, pmd_t and pgd_t for one good
reason: it's 3 *distinct* entities that can be confused quite easily,
causing subtle VM bugs (eg. for quite some time the x86 arch had 2-level
paging only, so to have a proper 3-level paging VM we needed these type
checks).

i dont sense the same type of urge (and danger of mixup) wrt. the
interrupt flags.

Ingo

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