On Thu, Nov 12, 2015 at 01:27:53PM +0200, Kirill A. Shutemov wrote:
On Thu, Nov 12, 2015 at 01:32:59PM +0900, Minchan Kim wrote:
quoted
From: Chen Gang <redacted>
For uapi, need try to let all macros have same value, and MADV_FREE is
added into main branch recently, so need redefine MADV_FREE for it.
At present, '8' can be shared with all architectures, so redefine it to
'8'.
Why not fold the patch into thre previous one?
Because it was a little bit arguable at that time whether we could use
number 8 for all of arches. If so, simply I can drop this patch only.