- Remove copy() method, it's not needed and not SMP safe

This commit is contained in:
Jan Stoess 2007-11-29 17:58:30 +01:00
parent 431885c9a9
commit 4629d9b543
1 changed files with 0 additions and 7 deletions

View File

@ -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 {