diff options
Diffstat (limited to 'arch/sh/kernel/process_64.c')
-rw-r--r-- | arch/sh/kernel/process_64.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index 47415671da0c..92d01465eb87 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c | |||
@@ -1,12 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * This file is subject to the terms and conditions of the GNU General Public | 2 | * arch/sh/kernel/process_64.c |
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | 3 | * |
6 | * arch/sh64/kernel/process.c | 4 | * This file handles the architecture-dependent parts of process handling.. |
7 | * | 5 | * |
8 | * Copyright (C) 2000, 2001 Paolo Alberelli | 6 | * Copyright (C) 2000, 2001 Paolo Alberelli |
9 | * Copyright (C) 2003 Paul Mundt | 7 | * Copyright (C) 2003 - 2007 Paul Mundt |
10 | * Copyright (C) 2003, 2004 Richard Curnow | 8 | * Copyright (C) 2003, 2004 Richard Curnow |
11 | * | 9 | * |
12 | * Started from SH3/4 version: | 10 | * Started from SH3/4 version: |
@@ -15,10 +13,9 @@ | |||
15 | * In turn started from i386 version: | 13 | * In turn started from i386 version: |
16 | * Copyright (C) 1995 Linus Torvalds | 14 | * Copyright (C) 1995 Linus Torvalds |
17 | * | 15 | * |
18 | */ | 16 | * This file is subject to the terms and conditions of the GNU General Public |
19 | 17 | * License. See the file "COPYING" in the main directory of this archive | |
20 | /* | 18 | * for more details. |
21 | * This file handles the architecture-dependent parts of process handling.. | ||
22 | */ | 19 | */ |
23 | #include <linux/mm.h> | 20 | #include <linux/mm.h> |
24 | #include <linux/fs.h> | 21 | #include <linux/fs.h> |