Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199528
b: refs/heads/master
c: 1360e07
h: refs/heads/master
v: v3
  • Loading branch information
Denys Vlasenko authored and Michal Marek committed Mar 3, 2010
1 parent d1ece4f commit f49d7ac
Show file tree
Hide file tree
Showing 3 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: 7c74df07f90cabe61d700727bca04682b4e477f3
refs/heads/master: 1360e0707090c763d0d06cbc74b04f9c9588b582
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/break.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
# the break handler has its own stack
#
.section .bss.stack
.section .bss..stack
.globl __break_user_context
.balign THREAD_SIZE
__break_stack:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ SECTIONS

.sbss : { *(.sbss .sbss.*) }
.bss : { *(.bss .bss.*) }
.bss.stack : { *(.bss) }
.bss..stack : { *(.bss) }

__bss_stop = .;
_end = . ;
Expand Down

0 comments on commit f49d7ac

Please sign in to comment.