linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
commit6e8b33d89d4f2e9936acc375af3af39b5b6ec4e5
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>
Wed, 12 Oct 2016 12:30:24 +0000 (12 14:30 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 21 Oct 2016 12:20:13 +0000 (21 15:20 +0300)
tree9670da6c7a4debbe2cdf09aa4bae4ae00d01431f
parentaf83b52e03bb90b1415b58b189e458580baa364b
linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32

linux-user/mips64/termbits.h and linux-user/mips/termbits.h
originate from the same files in Linux kernel. There is no plan
to split original headers in Linux kernel into Mips32 and Mips64
versions any time soon. Therefore, it is better not to have
separate Mips32 and Mips64 variants in Qemu.

This patch makes these two files effectively the same, allowing the
mainenance by changing only a single file. (This is already done in
the same fashion for some other headers in same directories.)

Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/mips64/termbits.h