Merge ktlim@zizzer.eecs.umich.edu:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5 --HG-- extra : convert_revision : ba27a3ba99b567f5a8a41d9cd3a09d38c820ed89
This commit is contained in:
commit
efdab1748f
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ class Tru64 {
|
|||
Tru64::nxm_sched_state *ssp = &rad_state->nxm_ss[thread_index];
|
||||
|
||||
if (ssp->nxm_u.nxm_active != 0)
|
||||
return Tru64::KERN_NOT_RECEIVER;
|
||||
return (int) Tru64::KERN_NOT_RECEIVER;
|
||||
|
||||
ssp->nxm_u.pth_id = attrp->pthid;
|
||||
ssp->nxm_u.nxm_active = uniq_val | 1;
|
||||
|
|
Loading…
Reference in a new issue