mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
901d209a8b
Signed-off-by: Juergen Gross <jgross@suse.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Cc: xen-devel@lists.xenproject.org Cc: virtualization@lists.linux-foundation.org Cc: akataria@vmware.com Cc: rusty@rustcorp.com.au Cc: hpa@zytor.com Link: https://lkml.kernel.org/r/20180828074026.820-5-jgross@suse.com
7 lines
251 B
C
7 lines
251 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Bit used for the pseudo-hwcap for non-negative segments. We use
|
|
bit 1 to avoid bugs in some versions of glibc when bit 0 is
|
|
used; the choice is otherwise arbitrary. */
|
|
#define VDSO_NOTE_NONEGSEG_BIT 1
|