Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204458
b: refs/heads/master
c: 8b307f9
h: refs/heads/master
v: v3
  • Loading branch information
Chris Zankel committed May 2, 2010
1 parent 61488ea commit 613334d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed5010ea469baa8c0038d027c3b79a600da36811
refs/heads/master: 8b307f9c471c7d198070227be26007258b43140e
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ _startup:
* Now clear the BSS segment.
*/

movi a2, _bss_start # start of BSS
movi a3, _bss_end # end of BSS
movi a2, __bss_start # start of BSS
movi a3, __bss_stop # end of BSS

__loopt a2, a3, a4, 2
s32i a0, a2, 0
Expand Down

0 comments on commit 613334d

Please sign in to comment.