This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
a272659388
qemu-e2k
/
linux-user
/
mips64
/
termbits.h
3 lines
31 B
C
Raw
Normal View
History
Unescape
Escape
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>
2016-10-12 14:30:24 +02:00
#
include
"../mips/termbits.h"
Code provision for n32/n64 mips userland emulation. Not functional yet. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3284 c046a42c-6fe2-441c-8c8c-71466251a162
2007-09-30 03:58:33 +02:00
Reference in New Issue
Copy Permalink