ilya@theIlya.com wrote:
Following small patch is needed to prevent kernel from going into infinite loop
on page_fault. Probably similar patches are needed for other CPUs as well,
but since I don;t have any, I'll let those who do take care of that :)
Ilya.
It also seems not to work for the 32 bit kernel. The macro for pte_offset_map is very different in pgtable.h in the 32 bit directory than the 64 bit. (Is there a good reason for this Ralf?) /Brian