• Paul Mackerras's avatar
    [PATCH] ppc64: fix memset · 7df8818d
    Paul Mackerras authored
    This fixes a bug in the ppc64 memset where the code that gets the
    destination address aligned (or is supposed to) was looking at the
    bottom 3 bits of the count rather than the destination address.  The
    result of this was that the kernel wouldn't boot on POWER3 machines. 
    The patch also removes an unnecessary duplicate instruction.
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    7df8818d
string.S 4.31 KB