| * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| #include <linux/linkage.h> |
| #define SMALL 7 /* Must be at least 6 to deal with alignment/loop issues. */ |
| .Laligned: ; This code address should be aligned for speed. |
| ; memzero: @r0 = mem, @r1 = size_t |
| ; memset: @r0 = mem, @r1 = char, @r2 = size_t |
| ; adjust bzero args to memset args |
| b memset ;tail call so need to tinker with blink |