357a358,364
> // If this is a clrex instruction, provide a PA of 0 with no fault
> // This will force the monitor to set the tracked address to 0
> // a bit of a hack but this effectively clrears this processors monitor
> if (flags & Clrex){
> req->setPaddr(0);
> return NoFault;
> }