aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/uapi/asm/auxvec.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-07-27 10:54:11 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-07-27 10:54:11 -0700
commitf9abf53af4c78b08da44d841d23308c4f4d74c83 (patch)
treed6da18a9904884196112835cdb76e8c2a84e4fde /arch/tile/include/uapi/asm/auxvec.h
parentMerge tag 'dlm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm (diff)
parenttile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO (diff)
downloadlinux-dev-f9abf53af4c78b08da44d841d23308c4f4d74c83.tar.xz
linux-dev-f9abf53af4c78b08da44d841d23308c4f4d74c83.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull tile architecture updates from Chris Metcalf: "A few stray changes" * git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO tile: support gcc 7 optimization to use __multi3 tile 32-bit big-endian: fix bugs in syscall argument order tile: allow disabling CONFIG_EARLY_PRINTK
Diffstat (limited to 'arch/tile/include/uapi/asm/auxvec.h')
-rw-r--r--arch/tile/include/uapi/asm/auxvec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/tile/include/uapi/asm/auxvec.h b/arch/tile/include/uapi/asm/auxvec.h
index c93e92709f14..f497123ed980 100644
--- a/arch/tile/include/uapi/asm/auxvec.h
+++ b/arch/tile/include/uapi/asm/auxvec.h
@@ -18,4 +18,6 @@
/* The vDSO location. */
#define AT_SYSINFO_EHDR 33
+#define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
+
#endif /* _ASM_TILE_AUXVEC_H */