Re: [PATCH] lib: 64bit IO

2019-01-29 Thread Vladimir Kondratiev
On 1/29/19 6:01 PM, Greg Kroah-Hartman wrote: On Tue, Jan 29, 2019 at 05:41:02PM +0200, Vladimir Kondratiev wrote: implement missing io{read|write}64 For 64-bit platforms, these 64-bit io functions are defined in include/asm-generic/iomap.h, but actual implementation missing. Provide it. W

Re: [PATCH] lib: 64bit IO

2019-01-29 Thread Greg Kroah-Hartman
On Tue, Jan 29, 2019 at 05:41:02PM +0200, Vladimir Kondratiev wrote: > implement missing io{read|write}64 > > For 64-bit platforms, these 64-bit io functions are defined in > include/asm-generic/iomap.h, > but actual implementation missing. Provide it. What is in include/asm-generic/io.h? $ git

[PATCH] lib: 64bit IO

2019-01-29 Thread Vladimir Kondratiev
implement missing io{read|write}64 For 64-bit platforms, these 64-bit io functions are defined in include/asm-generic/iomap.h, but actual implementation missing. Provide it. Signed-off-by: Vladimir Kondratiev --- lib/iomap.c | 46 ++ 1 file changed, 4