my guess would be that it's this commit that causes it:
| commit 6c3866558213ff706d8331053386915371ad63ec
| Author: Jeremy Fitzhardinge <jeremy@goop.org>
| Date: Wed Jan 30 13:32:55 2008 +0100
|
| x86: move all asm/pgtable constants into one place
PAE activates NX on 32-bit. So we probably had an NX regression that got
fixed by the side-effects of one of the unifications. Does it start
working if you disable NX via the noexec=off boot option?
Ingo
--