From e6660ee44ca23abcfb1caaad332e2977ee98c0ee Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Thu, 3 Jun 2021 17:07:13 +0100 Subject: [PATCH] ANDROID: Documentation: Remove ION documentation All related code was removed 6 months ago. Fixes: 0b2a6b9137575 ("ANDROID: delete ION code") Signed-off-by: Lee Jones Change-Id: I87bf1f641c18746c1befb848e7703741eb04c48e --- Documentation/ABI/testing/sysfs-kernel-ion | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 Documentation/ABI/testing/sysfs-kernel-ion diff --git a/Documentation/ABI/testing/sysfs-kernel-ion b/Documentation/ABI/testing/sysfs-kernel-ion deleted file mode 100644 index f57f970574ae..000000000000 --- a/Documentation/ABI/testing/sysfs-kernel-ion +++ /dev/null @@ -1,27 +0,0 @@ -What: /sys/kernel/ion -Date: Dec 2019 -KernelVersion: 4.14.158 -Contact: Suren Baghdasaryan , - Sandeep Patil -Description: - The /sys/kernel/ion directory contains a snapshot of the - internal state of ION memory heaps and pools. -Users: kernel memory tuning tools - -What: /sys/kernel/ion/total_heaps_kb -Date: Dec 2019 -KernelVersion: 4.14.158 -Contact: Suren Baghdasaryan , - Sandeep Patil -Description: - The total_heaps_kb file is read-only and specifies how much - memory in Kb is allocated to ION heaps. - -What: /sys/kernel/ion/total_pools_kb -Date: Dec 2019 -KernelVersion: 4.14.158 -Contact: Suren Baghdasaryan , - Sandeep Patil -Description: - The total_pools_kb file is read-only and specifies how much - memory in Kb is allocated to ION pools.