mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
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);
|
||||
break;
|
||||
}
|
||||
|
||||
case MESSAGE_TYPE_CACHE_PUT_REQUEST: {
|
||||
@ -1049,6 +1050,7 @@ static int process_kmsg(struct msg_base *umsg)
|
||||
}
|
||||
|
||||
mailbox_send(&reply);
|
||||
break;
|
||||
}
|
||||
|
||||
default: {
|
||||
|
Loading…
Reference in New Issue
Block a user