]> git.proxmox.com Git - grub2.git/commit
mips: Make the assembly-code N32-compatible.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 10 Oct 2015 08:34:55 +0000 (10:34 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 11 Oct 2015 11:20:26 +0000 (13:20 +0200)
commit285540e44869f7d463eb97e56141f6c19c2af67d
tree877b9db53de66452f46314defa2b9fbf506363d1
parent6e211958901168957f9c2f71041f2871756c5b65
mips: Make the assembly-code N32-compatible.

There are no $t4 or $t5 in N32 but there are $a4 and $a5.
asm-tests/mips.S
grub-core/boot/mips/startup_raw.S
grub-core/kern/mips/startup.S
include/grub/mips/asm.h [new file with mode: 0644]