Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36226
b: refs/heads/master
c: 50e98e7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent c85c345 commit 10a7c3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 6ae5e8d7598ce01ac0e7dab1b89894c7386a2e61
refs/heads/master: 50e98e72e459e43b6b9a5449e35bb6fc54e21149
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENTRY(_stext)

.balign 4
1: .long 0x400080F0 ! MD=1, RB=0, BL=0, FD=1, IMASK=0xF
2: .long stack
2: .long init_thread_union+8192
3: .long __bss_start
4: .long _end
5: .long start_kernel
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ SECTIONS

. = ALIGN(8192); /* init_task */
.data.init_task : { *(.data.init_task) }
/* stack */
.stack : { stack = .; _stack = .; }

. = ALIGN(4096); /* Init code and data */
__init_begin = .;
Expand Down

0 comments on commit 10a7c3d

Please sign in to comment.