~ubuntu-branches/ubuntu/trusty/linux-lts-wily/trusty-security

« back to all changes in this revision

Viewing changes to arch/powerpc/kvm/book3s_hv_rmhandlers.S

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa, Kamal Mostafa
  • Date: 2016-02-25 17:47:15 UTC
  • Revision ID: package-import@ubuntu.com-20160225174715-k7zfimvf5qx3bgd9
Tags: 4.2.0-32.37~14.04.1
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1550463

[ Kamal Mostafa ]

* Merged back Ubuntu-4.2.0-31.36

Show diffs side-by-side

added added

removed removed

Lines of Context:
2047
2047
 
2048
2048
        /* Emulate H_SET_DABR/X on P8 for the sake of compat mode guests */
2049
2049
2:      rlwimi  r5, r4, 5, DAWRX_DR | DAWRX_DW
2050
 
        rlwimi  r5, r4, 1, DAWRX_WT
 
2050
        rlwimi  r5, r4, 2, DAWRX_WT
2051
2051
        clrrdi  r4, r4, 3
2052
2052
        std     r4, VCPU_DAWR(r3)
2053
2053
        std     r5, VCPU_DAWRX(r3)