Skip to content

Commit

Permalink
Fix sparc64 bzero on non-Niagara systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
David S. Miller committed Mar 3, 2011
1 parent 4bff6e0 commit 012d35f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2011-02-28 Aurelien Jarno <aurelien@aurel32.net>

* sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): call
__bzero_ultra1 instead of __memset_ultra1.

2011-02-23 Andreas Schwab <schwab@redhat.com>
Ulrich Drepper <drepper@gmail.com>

Expand Down
4 changes: 2 additions & 2 deletions sysdeps/sparc/sparc64/multiarch/memset.S
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ ENTRY(__bzero)
nop
9:
# ifdef SHARED
sethi %gdop_hix22(__memset_ultra1), %o1
xor %o1, %gdop_lox10(__memset_ultra1), %o1
sethi %gdop_hix22(__bzero_ultra1), %o1
xor %o1, %gdop_lox10(__bzero_ultra1), %o1
# else
set __bzero_ultra1, %o1
# endif
Expand Down

0 comments on commit 012d35f

Please sign in to comment.