mirror of https://github.com/l4ka/pistachio.git
- Remove copy() method, it's not needed and not SMP safe
This commit is contained in:
parent
431885c9a9
commit
4629d9b543
|
@ -160,13 +160,6 @@ public:
|
|||
raw = ((u64_t)(addr) & AMD64_PTE_MASK) | X86_PAGE_VALID | (attrib & AMD64_PTE_FLAGS_MASK);
|
||||
}
|
||||
|
||||
void copy(const x86_pgent_t pgent)
|
||||
{
|
||||
raw = pgent.raw;
|
||||
}
|
||||
|
||||
|
||||
|
||||
private:
|
||||
union {
|
||||
struct {
|
||||
|
|
Loading…
Reference in New Issue