Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166216
b: refs/heads/master
c: 743486d
h: refs/heads/master
v: v3
  • Loading branch information
Tim Abbott authored and Hirokazu Takata committed Sep 22, 2009
1 parent 6ed2b45 commit 330145e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 2a67d26284c31e676bcf3891ad8cee75e87fbada
refs/heads/master: 743486dff1d03eb4a67bd75402699629f70cd5b4
4 changes: 2 additions & 2 deletions trunk/arch/m32r/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,13 @@ ENTRY(empty_zero_page)
/*------------------------------------------------------------------------
* Stack area
*/
.section .spi
.section .init.data, "aw"
ALIGN
.global spi_stack_top
.zero 1024
spi_stack_top:

.section .spu
.section .init.data, "aw"
ALIGN
.global spu_stack_top
.zero 1024
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/m32r/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ SECTIONS

/* writeable */
.data : { /* Data */
*(.spu)
*(.spi)
DATA_DATA
CONSTRUCTORS
}
Expand Down

0 comments on commit 330145e

Please sign in to comment.