aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_ashmem.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* Revert "sys/linux: remove ashmem"Dmitry Vyukov2022-06-021-0/+13
| | | | | | | | This reverts commit 7d6ce61334a1437f59d058959ef93071446706f8. Ashmem is removed upstream, but it's still present in LTS 5.4/10 kernels. Add "meta noextract" to the file instead to prevent extract errors.
* sys/linux: remove ashmemDmitry Vyukov2022-04-251-13/+0
| | | | | It was deprecated and removed from the kernel: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=721412ed3d819e767cac2b06646bf03aa158aaec
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+13
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983