David Howells writes: > Is it possible to end up with a 32-bit and a 64-bit process sharing an > mm_struct? I assume not as I imagine this is set up by execve() which'll > destroy any CLONE_VM sharing.
No... the only way to switch between 32-bit and 64-bit is via exec, which creates a new mm. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
