Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209930
b: refs/heads/master
c: 029b8f6
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp authored and Josh Boyer committed Aug 23, 2010
1 parent 5c8f109 commit 93ea0a4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 31fc0bd4aab30cac3e3388883b1b62750cc2f648
refs/heads/master: 029b8f662b24a35aab20a81087822f1badf5463c
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kernel/head_44x.S
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ _ENTRY(_start);
stw r5, 0(r4) /* Save abatron_pteptrs at a fixed location */
stw r6, 0(r5)

/* Clear the Machine Check Syndrome Register */
li r0,0
mtspr SPRN_MCSR,r0

/* Let's move on */
lis r4,start_kernel@h
ori r4,r4,start_kernel@l
Expand Down

0 comments on commit 93ea0a4

Please sign in to comment.