diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-25 22:41:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-25 22:41:20 +0000 |
commit | cd259ccdaec7c6702aa71196a0dad8968c34e9bf (patch) | |
tree | 4f79348d1201a9b59d1157a75142187a11158608 /arch/mips/kernel/unaligned.c | |
parent | fbf7f8d08f48f03db03963cb15eceef6e6ae88bd (diff) |
Cleanup a large number of random junk, nothing of importance.
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r-- | arch/mips/kernel/unaligned.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index 2520b4e34..9953922b7 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c @@ -1,4 +1,4 @@ -/* $Id: unaligned.c,v 1.8 1999/10/10 18:49:15 ralf Exp $ +/* $Id: unaligned.c,v 1.7 1999/12/04 03:59:00 ralf Exp $ * * Handle unaligned accesses by emulation. * @@ -7,8 +7,7 @@ * for more details. * * Copyright (C) 1996, 1998 by Ralf Baechle - * - * $Id: unaligned.c,v 1.6 1999/10/09 00:00:58 ralf Exp $ + * Copyright (C) 1999 Silicon Graphics, Inc. * * This file contains exception handler for address error exception with the * special capability to execute faulting instructions in software. The |