]> Git Repo - linux.git/commit
alpha: add support for memset16
authorMatthew Wilcox <[email protected]>
Fri, 8 Sep 2017 23:14:04 +0000 (16:14 -0700)
committerLinus Torvalds <[email protected]>
Sat, 9 Sep 2017 01:26:48 +0000 (18:26 -0700)
commit92ce4c3ea7c44e61ca2b6ef3e5682bfcea851d87
treeee1ce57cf073012afb7915edcf2b7c4d6f2f5859
parentfd1d362600e2d2edb6262d8e05661424c1a315bf
alpha: add support for memset16

Alpha already had an optimised fill-memory-with-16-bit-quantity
assembler routine called memsetw().  It has a slightly different calling
convention from memset16() in that it takes a byte count, not a count of
words.  That's the same convention used by ARM's __memset routines, so
rename Alpha's routine to match and add a memset16() wrapper around it.
Then convert Alpha's scr_memsetw() to call memset16() instead of
memsetw().

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Matt Turner <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: David Miller <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Russell King <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/alpha/include/asm/string.h
arch/alpha/include/asm/vga.h
arch/alpha/lib/memset.S
This page took 0.041791 seconds and 4 git commands to generate.