diff options
| author | David Howells <dhowells@redhat.com> | 2005-01-05 00:12:23 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-05 00:12:23 -0800 |
| commit | 09a141fe03fb5deec3cf2ca343e918a992bdb41c (patch) | |
| tree | b18c9e51df28735aff4775c603dff08d9707f7f3 /arch/frv/kernel/process.c | |
| parent | adb81933ea39896b5637d4baf90b176fc6c9212e (diff) | |
[PATCH] FRV: Update banner comments at the top of frv arch files
This updates the banner comments at the top of the frv arch files so
that they don't proclaim to be part of the m68k arch and also to
attribute responsibility for them to myself.
Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv/kernel/process.c')
| -rw-r--r-- | arch/frv/kernel/process.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/arch/frv/kernel/process.c b/arch/frv/kernel/process.c index 8b98b267b6a6..3001b82b1514 100644 --- a/arch/frv/kernel/process.c +++ b/arch/frv/kernel/process.c @@ -1,15 +1,13 @@ -/* - * linux/arch/m68k/kernel/process.c - * - * Copyright (C) 1995 Hamish Macdonald +/* process.c: FRV specific parts of process handling * - * 68060 fixes by Jesper Skov + * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved. + * Written by David Howells (dhowells@redhat.com) + * - Derived from arch/m68k/kernel/process.c * - * uClinux changes Copyright (C) 2000-2002, David McCullough <davidm@snapgear.com> - */ - -/* - * This file handles the architecture-dependent parts of process handling.. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. */ #include <linux/config.h> |
