phys: remove struct Page, unused
This commit is contained in:
@@ -19,11 +19,6 @@ pub const MemoryRegion = struct {
|
||||
range: Range(u64),
|
||||
};
|
||||
|
||||
/// Represents information about a single managed physical memory page.
|
||||
pub const Page = packed struct(u128) {
|
||||
unused: @Vector(4, u32),
|
||||
};
|
||||
|
||||
const Bitmap = struct {
|
||||
data: []u64,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user