~ubuntu-branches/ubuntu/raring/linux-ti-omap4/raring-proposed

« back to all changes in this revision

Viewing changes to arch/powerpc/kvm/emulate.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Ubuntu: 3.5.0-26.42
  • Date: 2013-03-14 15:21:40 UTC
  • mfrom: (76.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20130314152140-tl4mkjmxa038tm3h
Tags: 3.5.0-221.31
* Release Tracking Bug
  - LP: #1153648

[ Paolo Pisati ]

* rebased on Ubuntu-3.5.0-26.42

[ Ubuntu: 3.5.0-26.42 ]

* Release Tracking Bug
  - LP: #1152715
* ubuntu: overlayfs -- fix missmerge of vfs_open changes
  - LP: #1122094, #1147678

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define OP_31_XOP_TRAP      4
40
40
#define OP_31_XOP_LWZX      23
41
41
#define OP_31_XOP_TRAP_64   68
 
42
#define OP_31_XOP_DCBF      86
42
43
#define OP_31_XOP_LBZX      87
43
44
#define OP_31_XOP_STWX      151
44
45
#define OP_31_XOP_STBX      215
351
352
                        kvmppc_set_exit_type(vcpu, EMULATED_MTSPR_EXITS);
352
353
                        break;
353
354
 
 
355
                case OP_31_XOP_DCBF:
354
356
                case OP_31_XOP_DCBI:
355
357
                        /* Do nothing. The guest is performing dcbi because
356
358
                         * hardware DMA is not snooped by the dcache, but