Remove kernel support for fmap_old and funmap_old.

This commit is contained in:
4lDO2
2022-06-12 11:42:28 +02:00
parent 23f49414bd
commit 31c4bc8a1c
5 changed files with 0 additions and 164 deletions
-12
View File
@@ -106,14 +106,6 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
c,
d
),
SYS_FMAP_OLD => format!(
"fmap_old({}, {:?})",
b,
validate_slice(
c as *const OldMap,
d/mem::size_of::<OldMap>()
),
),
SYS_FMAP => format!(
"fmap({}, {:?})",
b,
@@ -122,10 +114,6 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
d/mem::size_of::<Map>()
),
),
SYS_FUNMAP_OLD => format!(
"funmap_old({:#X})",
b
),
SYS_FUNMAP => format!(
"funmap({:#X}, {:#X})",
b,