Re: [PATCH gnumach 2/2] ipc: also use the kernel message buffer cache for kernel messages

2015-01-01 Thread Samuel Thibault
Justus Winter, le Thu 18 Dec 2014 11:30:25 +0100, a écrit : > * ipc/ipc_kmsg.c (ipc_kmsg_get_from_kernel): Use the ikm cache. > (ipc_kmsg_put_to_kernel): Likewis. Ack! > --- > ipc/ipc_kmsg.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_k

[PATCH gnumach 2/2] ipc: also use the kernel message buffer cache for kernel messages

2014-12-18 Thread Justus Winter
* ipc/ipc_kmsg.c (ipc_kmsg_get_from_kernel): Use the ikm cache. (ipc_kmsg_put_to_kernel): Likewis. --- ipc/ipc_kmsg.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c index e16709c..dfbb3eb 100644 --- a/ipc/ipc_kmsg.c +++ b/ipc/ipc_kmsg.c @@