Re: [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-27 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 27, 2016 at 10:21:10AM +0800, Hekuang escreveu: > 在 2016/6/27 5:08, Nilay Vaish 写道: > > On 26 June 2016 at 06:20, He Kuang wrote: > > > From: Wang Nan > > > This patch copies "include/linux/math64.h" into > > > "tools/include/linux/math64.h"

Re: [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-27 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 27, 2016 at 10:21:10AM +0800, Hekuang escreveu: > 在 2016/6/27 5:08, Nilay Vaish 写道: > > On 26 June 2016 at 06:20, He Kuang wrote: > > > From: Wang Nan > > > This patch copies "include/linux/math64.h" into > > > "tools/include/linux/math64.h" and copies > > >

Re: [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-26 Thread Hekuang
hi 在 2016/6/27 5:08, Nilay Vaish 写道: On 26 June 2016 at 06:20, He Kuang wrote: From: Wang Nan This patch copies "include/linux/math64.h" into "tools/include/linux/math64.h" and copies "include/asm-generic/div64.h" into

Re: [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-26 Thread Hekuang
hi 在 2016/6/27 5:08, Nilay Vaish 写道: On 26 June 2016 at 06:20, He Kuang wrote: From: Wang Nan This patch copies "include/linux/math64.h" into "tools/include/linux/math64.h" and copies "include/asm-generic/div64.h" into "tools/include/asm-generic/div64.h", to enable other libraries use

Re: [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-26 Thread Nilay Vaish
On 26 June 2016 at 06:20, He Kuang wrote: > From: Wang Nan > > This patch copies "include/linux/math64.h" into > "tools/include/linux/math64.h" and copies > "include/asm-generic/div64.h" into > "tools/include/asm-generic/div64.h", to enable other

Re: [RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-26 Thread Nilay Vaish
On 26 June 2016 at 06:20, He Kuang wrote: > From: Wang Nan > > This patch copies "include/linux/math64.h" into > "tools/include/linux/math64.h" and copies > "include/asm-generic/div64.h" into > "tools/include/asm-generic/div64.h", to enable other libraries use > arithmetic operation defined in

[RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-26 Thread He Kuang
From: Wang Nan This patch copies "include/linux/math64.h" into "tools/include/linux/math64.h" and copies "include/asm-generic/div64.h" into "tools/include/asm-generic/div64.h", to enable other libraries use arithmetic operation defined in them. tools/perf/MANIFEST is also

[RFC PATCH v2 05/26] tools include: Sync math64.h and div64.h

2016-06-26 Thread He Kuang
From: Wang Nan This patch copies "include/linux/math64.h" into "tools/include/linux/math64.h" and copies "include/asm-generic/div64.h" into "tools/include/asm-generic/div64.h", to enable other libraries use arithmetic operation defined in them. tools/perf/MANIFEST is also updated for 'make