Hi, On 15/10/2007, Matthew Warton <[EMAIL PROTECTED]> wrote: > The first is that Qemu would not enable changing of the pid register > on processors with an MMU. This is a legal operation, and one that > several parts of our kernel rely on. See (for example) the ARM920t > technical reference manual to verify that this register is available > on ARM processors with an MMU.
I committed the change, but I'm wondering if it was originally a typo and the operation should instead be illegal on processors with an MPU (note that MPU != MMU), i.e. a spurious "!". Can somebody check this? Thanks, Andrew