Remove SYS_PHYSMAP.

This commit is contained in:
4lDO2
2023-11-17 20:25:10 +01:00
parent 875a130843
commit eda462fd11
4 changed files with 2 additions and 45 deletions
-19
View File
@@ -252,25 +252,6 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
c,
d
),
SYS_PHYSALLOC => format!(
"physalloc({})",
b
),
SYS_PHYSALLOC3 => format!(
"physalloc3({}, {}, {})",
b, c, d,
),
SYS_PHYSFREE => format!(
"physfree({:#X}, {})",
b,
c
),
SYS_PHYSMAP => format!(
"physmap({:#X}, {}, {:?})",
b,
c,
PhysmapFlags::from_bits(d)
),
SYS_VIRTTOPHYS => format!(
"virttophys({:#X})",
b