aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/vga.h')
-rw-r--r--arch/alpha/include/asm/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/vga.h b/arch/alpha/include/asm/vga.h
index c00106bac521..3c1c2b6128e7 100644
--- a/arch/alpha/include/asm/vga.h
+++ b/arch/alpha/include/asm/vga.h
@@ -34,7 +34,7 @@ static inline void scr_memsetw(u16 *s, u16 c, unsigned int count)
if (__is_ioaddr(s))
memsetw_io((u16 __iomem *) s, c, count);
else
- memsetw(s, c, count);
+ memset16(s, c, count / 2);
}
/* Do not trust that the usage will be correct; analyze the arguments. */