Re: [tip:x86/vdso] x86, vdso: Use <tools/le_byteshift.h> for littleendian access

From: H. Peter Anvin
Date: Tue Jun 10 2014 - 17:28:57 EST


This is a multi-part message in MIME format.On 06/10/2014 01:50 PM, Andrew Morton wrote:
> On Fri, 6 Jun 2014 15:00:29 -0700 "tip-bot for H. Peter Anvin" <tipbot@xxxxxxxxx> wrote:
>
>> Commit-ID: bdfb9bcc25005d06a9c301830bdeb7ca5a0b6ef7
>> Gitweb: http://git.kernel.org/tip/bdfb9bcc25005d06a9c301830bdeb7ca5a0b6ef7
>> Author: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
>> AuthorDate: Fri, 6 Jun 2014 14:30:37 -0700
>> Committer: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
>> CommitDate: Fri, 6 Jun 2014 14:54:54 -0700
>>
>> x86, vdso: Use <tools/le_byteshift.h> for littleendian access
>
> Getting closer.
>
> In file included from arch/x86/vdso/vdso2c.c:80:
> arch/x86/vdso/vdso2c.h: In function 'go64':
> arch/x86/vdso/vdso2c.h:119: warning: implicit declaration of function 'htole16'
> /tmp/cc04m2KE.o: In function `go':
> vdso2c.c:(.text+0xf69): undefined reference to `htole16'
> vdso2c.c:(.text+0x12e6): undefined reference to `htole16'
>

Want to test this patch before I commit it?

-hpa