Some more 68k mmu definitions I forgot to commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43145 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
51b5d92eda
commit
f239fdf6b8
@ -52,6 +52,9 @@ enum descriptor_types {
|
||||
DT_VALID_8, // long page table descriptor
|
||||
};
|
||||
|
||||
#define M68K_PE_DT_MASK 0x00000003
|
||||
#define DT_MASK M68K_PE_DT_MASK
|
||||
|
||||
#if 0
|
||||
/* This is the normal layout of the descriptors, as per documentation.
|
||||
* When page size > 256, several bits are unused in the LSB of page
|
||||
|
Loading…
Reference in New Issue
Block a user