Re: [RFC PATCH] UAPI: Document auxvec AT_* namespace policy and note reservations
- Date: Wed, 16 May 2018 16:09:29 -0700
- From: "H. Peter Anvin" <hpa@xxxxxxxxx>
- Subject: Re: [RFC PATCH] UAPI: Document auxvec AT_* namespace policy and note reservations
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