powerpc/cpu-models: rename ISAv3.00 logical PVR definition
This logical PVR value now corresponds to ISA version 3.00 so rename it accordingly. Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
8b920d8abc
commit
c104949f64
@ -601,7 +601,7 @@ enum {
|
||||
CPU_POWERPC_LOGICAL_2_06 = 0x0F000003,
|
||||
CPU_POWERPC_LOGICAL_2_06_PLUS = 0x0F100003,
|
||||
CPU_POWERPC_LOGICAL_2_07 = 0x0F000004,
|
||||
CPU_POWERPC_LOGICAL_2_08 = 0x0F000005,
|
||||
CPU_POWERPC_LOGICAL_3_00 = 0x0F000005,
|
||||
};
|
||||
|
||||
/* System version register (used on MPC 8xxx) */
|
||||
|
Loading…
Reference in New Issue
Block a user