diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-07-03 12:14:46 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-07-04 12:11:29 +0200 |
| commit | af79a782f868c860793e76ed5ec1ae5bb4af4187 (patch) | |
| tree | e945bb42c4077c26bd12f589f9f0f37d39207b03 /include/linux/mmzone.h | |
| parent | aefc1dfa10a78d3bc1c6bb40df9c44d9ce5c0823 (diff) | |
uksm: remove Mtk aksm & uksm (because its fugly)
Revert "KSM: mediatek: implement Adaptive KSM"
Revert "mm: uksm: fix maybe-uninitialized warning"
Revert "UKSM: Add Governors for Higher CPU usage (HighCPU) for more merging, and low cpu usage (Battery) for less battery drain"
Revert "uksm: use deferrable timer"
Revert "mm: limit UKSM sleep time instead of failing"
Revert "uksm: Fix warning"
Revert "uksm: clean up and remove some (no)inlines"
Revert "uksm: modify ema logic and tidy up"
Revert "uksm: enhancements and cleanups"
Revert "uksm: squashed fixups"
Revert "UKSM: cast variable as const"
Revert "UKSM: remove U64_MAX definition"
Revert "add uksm 0.1.2.3 for v3.10 .ge.46.patch"
Diffstat (limited to 'include/linux/mmzone.h')
| -rw-r--r-- | include/linux/mmzone.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 14bef14cf..eca4a072a 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -164,9 +164,6 @@ enum zone_stat_item { #if !defined(CONFIG_CMA) || !defined(CONFIG_MTK_SVP) // SVP 16 NR_FREE_CMA_PAGES, #endif -#ifdef CONFIG_UKSM - NR_UKSM_ZERO_PAGES, -#endif NR_VM_ZONE_STAT_ITEMS }; /* @@ -933,7 +930,7 @@ static inline int is_normal_idx(enum zone_type idx) } /** - * is_highmem - helper function to quickly check if a struct zone is a + * is_highmem - helper function to quickly check if a struct zone is a * highmem zone or not. This is an attempt to keep references * to ZONE_{DMA/NORMAL/HIGHMEM/etc} in general code to a minimum. * @zone - pointer to struct zone variable |
