From 4cb6e35d89c1eb70e563ac37ace239a289fc301e Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 7 Dec 2009 02:45:58 -0200 Subject: [PATCH] Change the order of memory management to come before concurrency. --- summary/summary.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/summary/summary.xml b/summary/summary.xml index 39db6f3..4a74eb4 100644 --- a/summary/summary.xml +++ b/summary/summary.xml @@ -116,6 +116,24 @@ Processors and Memory Layout + +Memory Management + + +kmalloc/kfree + + +Memory Access + + +Lookaside cache (slabs) + + +vmalloc + + + + Process and Concurrency Management @@ -176,24 +194,6 @@ Workqueues - -Memory Management - - -kmalloc/kfree - - -Memory Access - - -Lookaside cache (slabs) - - -vmalloc - - - - Advanced Character Device -- 2.20.1