diff -r fde051006c8c -r 98cbf2c762e9 src/arch/alpha/process.cc --- a/src/arch/alpha/process.cc Sat Oct 09 12:41:31 2010 -0700 +++ b/src/arch/alpha/process.cc Sat Oct 09 13:05:04 2010 -0700 @@ -205,7 +205,8 @@ ThreadContext *tc = system->getThreadContext(contextIds[0]); tc->setIntReg(GlobalPointerReg, objFile->globalPointer()); //Operate in user mode - tc->setMiscRegNoEffect(IPR_ICM, 0x18); + tc->setMiscRegNoEffect(IPR_ICM, mode_user << 3); + tc->setMiscRegNoEffect(IPR_DTB_CM, mode_user << 3); //No super page mapping tc->setMiscRegNoEffect(IPR_MCSR, 0); }