【发布时间】:2020-02-26 22:33:43
【问题描述】:
查看arch/powerpc/kernel/syscalls/syscall.tbl中的linux内核powerpc系统调用号,有5个ABI:
The <abi> can be common, spu, nospu, 64, or 32 for this file.
common、32 和64 是显而易见的,但spu 和nospu 是什么。这些是 32 位还是 64 位?
【问题讨论】:
标签: linux-kernel system-calls powerpc