Re: [RFC PATCH] UAPI: Document auxvec AT_* namespace policy and note reservations
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2018-05-16 23:11:04
Also in:
linux-arch, lkml
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2018-05-16 23:11:04
Also in:
linux-arch, lkml
On 05/16/18 08:49, Dave Martin wrote:
Since <linux/auxvec.h> only contains #defines, it may be enough for arch <asm/auxvec.h> headers to include <linux/auxvec.h>.
<asm/auxvec.h> doesn't seem to have any reason to exist at all. If anyone includes it now, they are Doing It Wrong[TM] since <linux/auxvec.h> includes <asm/auxvec.h>. -hpa