linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] patch-slab-split-05-name
@ 2002-10-04 23:06 Manfred Spraul
  0 siblings, 0 replies; only message in thread
From: Manfred Spraul @ 2002-10-04 23:06 UTC (permalink / raw)
  To: akpm, linux-kernel; +Cc: mbligh

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

part 5:
- remove the space from the name of the DMA caches:
   they make it impossible to tune the caches through
   /proc/slabinfo, and make parsing /proc/slabinfo
   difficult

2.4 doesn't contain the spaces, seems to be a bug from the introduction 
of the 96/192 byte slabs.

--
	Manfred

[-- Attachment #2: patch-slab-split-05-name --]
[-- Type: text/plain, Size: 333 bytes --]

--- 2.5/mm/slab.c	Fri Oct  4 21:38:29 2002
+++ build-2.5/mm/slab.c	Sat Oct  5 01:01:20 2002
@@ -351,7 +351,7 @@
 	{     0,	NULL, NULL}
 };
 /* Must match cache_sizes above. Out of line to keep cache footprint low. */
-#define CN(x) { x, x " (DMA)" }
+#define CN(x) { x, x "(DMA)" }
 static struct { 
 	char *name; 
 	char *name_dma;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-04 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-04 23:06 [PATCH] patch-slab-split-05-name Manfred Spraul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).