OSDN Git Service

target-mips: change ASID type to hold more than 8 bits
authorPaul Burton <paul.burton@imgtec.com>
Mon, 27 Jun 2016 15:19:10 +0000 (16:19 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 12 Jul 2016 08:10:19 +0000 (09:10 +0100)
commit2d72e7b047d800c9f99262466f65a98684ecca14
tree83f051701fadbd4214f0e23e46881df03c8dddc5
parent6ec98bd7b64ad75870c8e9d87a90fcd1a64b4942
target-mips: change ASID type to hold more than 8 bits

ASID currently has uint8_t type which is too small since some processors
support more than 8 bits ASID. Therefore change its type to uint16_t.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/cpu.h
target-mips/helper.c
target-mips/machine.c
target-mips/op_helper.c