[haiku-commits] r43145 - haiku/trunk/headers/private/kernel/arch/m68k

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 3 Nov 2011 02:05:55 +0100 (CET)

Author: mmu_man
Date: 2011-11-03 02:05:54 +0100 (Thu, 03 Nov 2011)
New Revision: 43145
Changeset: https://dev.haiku-os.org/changeset/43145

Modified:
   haiku/trunk/headers/private/kernel/arch/m68k/arch_mmu.h
Log:
Some more 68k mmu definitions I forgot to commit.


Modified: haiku/trunk/headers/private/kernel/arch/m68k/arch_mmu.h
===================================================================
--- haiku/trunk/headers/private/kernel/arch/m68k/arch_mmu.h     2011-11-02 
23:15:07 UTC (rev 43144)
+++ haiku/trunk/headers/private/kernel/arch/m68k/arch_mmu.h     2011-11-03 
01:05:54 UTC (rev 43145)
@@ -52,6 +52,9 @@
        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


Other related posts:

  • » [haiku-commits] r43145 - haiku/trunk/headers/private/kernel/arch/m68k - revol