diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2007-02-10 04:43:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:20 -0500 |
commit | fabb626ad6a3744b9f0eaae215a2418d521c1e14 (patch) | |
tree | 9779db4be185ae054ae0753d79e1fae602726f9c /arch/m32r/lib/ashxdi3.S | |
parent | 3d60f849341ac00e3dc47a3af94aaf9ba46d00fb (diff) |
[PATCH] m32r: cosmetic updates and trivial fixes
Cosmetic updates and trivial fixes of m32r arch-dependent files.
- Remove RCS ID strings and trailing white lines
- Other misc. cosmetic updates
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/lib/ashxdi3.S')
-rw-r--r-- | arch/m32r/lib/ashxdi3.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m32r/lib/ashxdi3.S b/arch/m32r/lib/ashxdi3.S index 107594b65d58..7fc0c19801ba 100644 --- a/arch/m32r/lib/ashxdi3.S +++ b/arch/m32r/lib/ashxdi3.S | |||
@@ -4,8 +4,6 @@ | |||
4 | * Copyright (C) 2001,2002 Hiroyuki Kondo, and Hirokazu Takata | 4 | * Copyright (C) 2001,2002 Hiroyuki Kondo, and Hirokazu Takata |
5 | * | 5 | * |
6 | */ | 6 | */ |
7 | /* $Id$ */ | ||
8 | |||
9 | 7 | ||
10 | ; | 8 | ; |
11 | ; input (r0,r1) src | 9 | ; input (r0,r1) src |
@@ -293,4 +291,3 @@ __lshrdi3: | |||
293 | #endif /* not CONFIG_ISA_DUAL_ISSUE */ | 291 | #endif /* not CONFIG_ISA_DUAL_ISSUE */ |
294 | 292 | ||
295 | .end | 293 | .end |
296 | |||