Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189280
b: refs/heads/master
c: ee68f17
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Apr 1, 2010
1 parent d9ab327 commit dcacbaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89ae9753aef160c2f7bcecec21a7c4a6bc4c9b9b
refs/heads/master: ee68f1745e7734a55c8bf680f6f464205f1f15da
6 changes: 6 additions & 0 deletions trunk/arch/microblaze/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ swapper_pg_dir:

.text
ENTRY(_start)
#if CONFIG_KERNEL_BASE_ADDR == 0
brai TOPHYS(real_start)
.org 0x100
real_start:
#endif

mfs r1, rmsr
andi r1, r1, ~2
mts rmsr, r1
Expand Down

0 comments on commit dcacbaa

Please sign in to comment.