mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 12:13:22 +00:00
Revert "Merge Master"
This commit is contained in:
@ -874,7 +874,6 @@ impl<Arch: MemoryManagementArch> PageTable<Arch> {
|
||||
}
|
||||
|
||||
/// 页表项
|
||||
#[repr(C, align(8))]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct PageEntry<Arch> {
|
||||
data: usize,
|
||||
|
Reference in New Issue
Block a user