mm: LKSM: prepare to add LKSM code 95/239595/9
authorSung-hun Kim <sfoon.kim@samsung.com>
Tue, 14 Jul 2020 06:04:38 +0000 (15:04 +0900)
committerSung-hun Kim <sfoon.kim@samsung.com>
Wed, 12 Aug 2020 06:22:20 +0000 (15:22 +0900)
commitb19fee00c05202e01af769209a8c8900a1209dbc
tree75ce573a7a6190112a109b6804a4a9feb961a4e7
parent528329a0dfeff8f2c62e0487a56929266345bac7
mm: LKSM: prepare to add LKSM code

A new feature, namely lightweight KSM (LKSM), is based on KSM in Linux and
much of codes are copied from KSM to LKSM.

To distinguish original KSM codes and developed codes in LKSM, original KSM
file (mm/ksm.c) is copied to mm/lksm.c.

Change-Id: I4e2a149f0978d0b74e9ecc7eedbd7901eb54ad44
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
mm/Kconfig
mm/Makefile
mm/ksm.c
mm/lksm.c [new file with mode: 0644]