Remove dead reference to PSL_MBO.

This commit is contained in:
Nathan Whitehorn 2013-10-25 14:38:46 +00:00
parent d4602c7200
commit b27a2490bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257116

View File

@ -1036,7 +1036,7 @@ cpu_set_upcall_kse(struct thread *td, void (*entry)(void *), void *arg,
tf->srr0 = entry_desc[0];
tf->fixreg[2] = entry_desc[1];
tf->fixreg[11] = entry_desc[2];
tf->srr1 = PSL_SF | PSL_MBO | PSL_USERSET | PSL_FE_DFLT;
tf->srr1 = PSL_SF | PSL_USERSET | PSL_FE_DFLT;
#endif
}