[PATCH] powerpc: Remove imalloc.h
[deliverable/linux.git] / include / asm-ppc64 / pgtable.h
index a9783ba7fe9898f87291bc59168a7452b656b24d..dee36c83be195e09e341249b8516ab13f430bb76 100644 (file)
@@ -46,6 +46,13 @@ struct mm_struct;
 #define VMALLOC_SIZE  (0x80000000000UL)
 #define VMALLOC_END   (VMALLOC_START + VMALLOC_SIZE)
 
+/*
+ * Define the address range of the imalloc VM area.
+ */
+#define PHBS_IO_BASE   VMALLOC_END
+#define IMALLOC_BASE   (PHBS_IO_BASE + 0x80000000ul)   /* Reserve 2 gigs for PHBs */
+#define IMALLOC_END    (VMALLOC_START + PGTABLE_RANGE)
+
 /*
  * Common bits in a linux-style PTE.  These match the bits in the
  * (hardware-defined) PowerPC PTE as closely as possible. Additional
This page took 0.023432 seconds and 5 git commands to generate.