aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/ksm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/ksm.c b/mm/ksm.c
index 2c02094807e0..0113f15ff43b 100644
--- a/mm/ksm.c
+++ b/mm/ksm.c
@@ -4,11 +4,12 @@
4 * This code enables dynamic sharing of identical pages found in different 4 * This code enables dynamic sharing of identical pages found in different
5 * memory areas, even if they are not shared by fork() 5 * memory areas, even if they are not shared by fork()
6 * 6 *
7 * Copyright (C) 2008 Red Hat, Inc. 7 * Copyright (C) 2008-2009 Red Hat, Inc.
8 * Authors: 8 * Authors:
9 * Izik Eidus 9 * Izik Eidus
10 * Andrea Arcangeli 10 * Andrea Arcangeli
11 * Chris Wright 11 * Chris Wright
12 * Hugh Dickins
12 * 13 *
13 * This work is licensed under the terms of the GNU GPL, version 2. 14 * This work is licensed under the terms of the GNU GPL, version 2.
14 */ 15 */