summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/unistd.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-02-25 12:49:29 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2023-02-25 12:49:29 -0800
commite534a583cc438ec2e9a7dc534c9d80d14b440718 (patch)
tree6ac37b039f0437be3a22b0e79fee272b353dd0d3 /arch/alpha/include/asm/unistd.h
parentcac85e4616b1cf4a90844b952b49b9cbc4562530 (diff)
parent290ec1d58049e6203062d5fc796c50852112ae00 (diff)
downloadlinux-stable-e534a583cc438ec2e9a7dc534c9d80d14b440718.tar.gz
linux-stable-e534a583cc438ec2e9a7dc534c9d80d14b440718.tar.bz2
linux-stable-e534a583cc438ec2e9a7dc534c9d80d14b440718.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha
Pull alpha updates from Al Viro: "Mostly small janitorial fixes but there's also more important ones: a patch to fix loading large modules from Edward Humes, and some fixes from Al Viro" [ The fixes from Al mostly came in separately through Al's trees too and are now duplicated.. - Linus ] * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha: alpha: in_irq() cleanup alpha: lazy FPU switching alpha/boot/misc: trim unused declarations alpha/boot/tools/objstrip: fix the check for ELF header alpha/boot: fix the breakage from -isystem series... alpha: fix FEN fault handling alpha: Avoid comma separated statements alpha: fixed a typo in core_cia.c alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions alpha: update config files alpha: fix R_ALPHA_LITERAL reloc for large modules alpha: Add some spaces to ensure format specification alpha: replace NR_SYSCALLS by NR_syscalls alpha: Remove redundant local asm header redirections alpha: Implement "current_stack_pointer" alpha: remove redundant err variable alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr
Diffstat (limited to 'arch/alpha/include/asm/unistd.h')
-rw-r--r--arch/alpha/include/asm/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h
index 986f5da9b7d8..caabd92ea709 100644
--- a/arch/alpha/include/asm/unistd.h
+++ b/arch/alpha/include/asm/unistd.h
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>
-#define NR_SYSCALLS __NR_syscalls
+#define NR_syscalls __NR_syscalls
#define __ARCH_WANT_NEW_STAT
#define __ARCH_WANT_OLD_READDIR