forked from M-Labs/artiq
1
0
Fork 0

Commit missing parts of 9366a29.

This commit is contained in:
whitequark 2016-01-10 15:45:56 +00:00
parent c46fccdf4b
commit bbd0ca7827
1 changed files with 2 additions and 0 deletions

View File

@ -1012,6 +1012,7 @@ static int process_kmsg(struct msg_base *umsg)
}
mailbox_send(&reply);
break;
}
case MESSAGE_TYPE_CACHE_PUT_REQUEST: {
@ -1049,6 +1050,7 @@ static int process_kmsg(struct msg_base *umsg)
}
mailbox_send(&reply);
break;
}
default: {