Re: [RFC v1 1/2] VS1544 KSM generic memory comparison functions

2017-09-25 Thread Geert Uytterhoeven
Hi Claudio, On Mon, Sep 25, 2017 at 10:46 AM, Claudio Imbrenda wrote: > This is just a refactoring of the existing code: > > * Split the page checksum and page comparison functions from ksm.c into > a new asm-generic header (page_memops.h) ... and make them inline? > --- /dev/null > +++ b/inc

[RFC v1 1/2] VS1544 KSM generic memory comparison functions

2017-09-25 Thread Claudio Imbrenda
This is just a refactoring of the existing code: * Split the page checksum and page comparison functions from ksm.c into a new asm-generic header (page_memops.h) * Add a line in every Kbuild of every arch, to use the generic version of page_memops.h Signed-off-by: Claudio Imbrenda --- arch