forked from M-Labs/artiq
Commit missing parts of 9366a29
.
This commit is contained in:
parent
c46fccdf4b
commit
bbd0ca7827
|
@ -1012,6 +1012,7 @@ static int process_kmsg(struct msg_base *umsg)
|
||||||
}
|
}
|
||||||
|
|
||||||
mailbox_send(&reply);
|
mailbox_send(&reply);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case MESSAGE_TYPE_CACHE_PUT_REQUEST: {
|
case MESSAGE_TYPE_CACHE_PUT_REQUEST: {
|
||||||
|
@ -1049,6 +1050,7 @@ static int process_kmsg(struct msg_base *umsg)
|
||||||
}
|
}
|
||||||
|
|
||||||
mailbox_send(&reply);
|
mailbox_send(&reply);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
|
|
Loading…
Reference in New Issue