target/ppc: Fix LPCR DPFD mask define
commit7659ca1a3e22aa298022b1ecb21bf3650a01e814
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Fri, 10 Feb 2017 05:25:52 +0000 (10 16:25 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Feb 2017 00:28:28 +0000 (22 11:28 +1100)
treed40f772f16fa9700f6e024a9caf6a7b8595738ce
parente0aee726bf166b36ddcbd31511bd96d7fa136ae0
target/ppc: Fix LPCR DPFD mask define

The DPFD field in the LPCR is 3 bits wide. This has always been defined
as 0x3 << shift which indicates a 2 bit field, which is incorrect.
Correct this.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h