Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330351
b: refs/heads/master
c: 39be5b4
h: refs/heads/master
i:
  330349: a774dfd
  330347: 558b782
  330343: 662e669
  330335: c459cf0
v: v3
  • Loading branch information
Varun Sethi authored and Kumar Gala committed Sep 12, 2012
1 parent dce3819 commit 7dd6e73
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: 0778407f836d632cce90e5d9df490a7c5e6e398a
refs/heads/master: 39be5b4a7f232870aad0b3c130791eacd0d34347
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/kernel/cpu_setup_fsl_booke.S
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,13 @@ _GLOBAL(__setup_cpu_e5500)
rlwinm. r10,r10,0,MMUCFG_LPIDSIZE
beq 1f
bl .setup_ehv_ivors
b 2f
1:
ld r10,CPU_SPEC_FEATURES(r4)
LOAD_REG_IMMEDIATE(r9,CPU_FTR_EMB_HV)
andc r10,r10,r9
std r10,CPU_SPEC_FEATURES(r4)
2:
mtlr r5
blr
#endif

0 comments on commit 7dd6e73

Please sign in to comment.