Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190659
b: refs/heads/master
c: 7a0248e
h: refs/heads/master
i:
  190657: a2275f3
  190655: 317f971
v: v3
  • Loading branch information
Steven J. Magnani authored and Michal Simek committed May 6, 2010
1 parent a8bd621 commit 8b99a87
Show file tree
Hide file tree
Showing 3 changed files with 5 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: e6d7961e5be0a259ba87411370f8be7f7da4c0f6
refs/heads/master: 7a0248e819ddaf2c2f28e6edd287b90aa930702a
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* for more details.
*/

#include <linux/init.h>
#include <linux/linkage.h>
#include <asm/thread_info.h>
#include <asm/page.h>
Expand All @@ -49,7 +50,7 @@ swapper_pg_dir:

#endif /* CONFIG_MMU */

.text
__HEAD
ENTRY(_start)
#if CONFIG_KERNEL_BASE_ADDR == 0
brai TOPHYS(real_start)
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ SECTIONS {
.text : AT(ADDR(.text) - LOAD_OFFSET) {
_text = . ;
_stext = . ;
*(.text .text.*)
HEAD_TEXT
TEXT_TEXT
*(.fixup)
EXIT_TEXT
EXIT_CALL
Expand Down

0 comments on commit 8b99a87

Please sign in to comment.