summaryrefslogtreecommitdiff
path: root/arch/frv/kernel/time.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2005-01-05 00:12:23 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-05 00:12:23 -0800
commit09a141fe03fb5deec3cf2ca343e918a992bdb41c (patch)
treeb18c9e51df28735aff4775c603dff08d9707f7f3 /arch/frv/kernel/time.c
parentadb81933ea39896b5637d4baf90b176fc6c9212e (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/time.c')
-rw-r--r--arch/frv/kernel/time.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/frv/kernel/time.c b/arch/frv/kernel/time.c
index 1036ba1b212d..075db6644694 100644
--- a/arch/frv/kernel/time.c
+++ b/arch/frv/kernel/time.c
@@ -1,13 +1,13 @@
-/*
- * linux/arch/m68k/kernel/time.c
- *
- * Copyright (C) 1991, 1992, 1995 Linus Torvalds
+/* time.c: FRV arch-specific time handling
*
- * This file contains the m68k-specific time handling details.
- * Most of the stuff is located in the machine specific files.
+ * Copyright (C) 2003-5 Red Hat, Inc. All Rights Reserved.
+ * Written by David Howells (dhowells@redhat.com)
+ * - Derived from arch/m68k/kernel/time.c
*
- * 1997-09-10 Updated NTP code according to technical memorandum Jan '96
- * "A Kernel Model for Precision Timekeeping" by Dave Mills
+ * 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> /* CONFIG_HEARTBEAT */