diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /arch/alpha/lib/io.c | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'arch/alpha/lib/io.c')
-rw-r--r-- | arch/alpha/lib/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/io.c b/arch/alpha/lib/io.c index 50cc1fe05..4172216d8 100644 --- a/arch/alpha/lib/io.c +++ b/arch/alpha/lib/io.c @@ -477,7 +477,8 @@ void _memset_c_io(unsigned long to, unsigned long c, long count) count -= 4; } - /* Handle all full-sized quadwords: we're aligned (or have a small count) */ + /* Handle all full-sized quadwords: we're aligned + (or have a small count) */ count -= 8; if (count >= 0) { do { |