summaryrefslogtreecommitdiffstats
path: root/linux-user/mips64/termbits.h
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic2016-10-211-244/+1Star
| | | | | | | | | | | | | | | 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>
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-0/+245
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3284 c046a42c-6fe2-441c-8c8c-71466251a162