mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
f43194e458
Most architectures use NR_syscalls as the #define for the number of syscalls. We use __NR_syscalls, and then define NR_syscalls as __NR_syscalls. __NR_syscalls is not used outside arch code, whereas NR_syscalls is. So as NR_syscalls must be defined and __NR_syscalls does not, replace __NR_syscalls with NR_syscalls. Signed-off-by: Rashmica Gupta <rashmicy@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
||
---|---|---|
.. | ||
.gitignore | ||
cacheflush.S | ||
datapage.S | ||
getcpu.S | ||
gettimeofday.S | ||
Makefile | ||
note.S | ||
sigtramp.S | ||
vdso32_wrapper.S | ||
vdso32.lds.S |