diff options
Diffstat (limited to 'debian/patches/0003-doublesize-me.patch')
-rw-r--r-- | debian/patches/0003-doublesize-me.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/0003-doublesize-me.patch b/debian/patches/0003-doublesize-me.patch deleted file mode 100644 index 07e24a1..0000000 --- a/debian/patches/0003-doublesize-me.patch +++ /dev/null @@ -1,25 +0,0 @@ -From ef10e9780f871485b326082c3f5e3d1dae05ea37 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Wed, 17 Dec 2014 16:50:29 +0100 -Subject: [PATCH gnumach 3/3] doublesize me - ---- - ipc/ipc_kmsg.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ipc/ipc_kmsg.h b/ipc/ipc_kmsg.h -index c676996..72bc9a6 100644 ---- a/ipc/ipc_kmsg.h -+++ b/ipc/ipc_kmsg.h -@@ -106,7 +106,7 @@ MACRO_END - * `ikm_cache_get', and returned using `ikm_cache_put'. - */ - --#define IKM_CACHE_SIZE (((1 << CPU_L1_SHIFT) - sizeof (size_t)) \ -+#define IKM_CACHE_SIZE ((2 * (1 << CPU_L1_SHIFT) - sizeof (size_t)) \ - / sizeof (ipc_kmsg_t)) - - struct ipc_kmsg_cpu_cache --- -2.1.3 - |