|
@@ -12,8 +12,6 @@
|
|
* the SpitFire page tables.
|
|
* the SpitFire page tables.
|
|
*/
|
|
*/
|
|
|
|
|
|
-#include <asm-generic/pgtable-nopud.h>
|
|
|
|
-
|
|
|
|
#include <linux/compiler.h>
|
|
#include <linux/compiler.h>
|
|
#include <linux/const.h>
|
|
#include <linux/const.h>
|
|
#include <asm/types.h>
|
|
#include <asm/types.h>
|
|
@@ -22,6 +20,8 @@
|
|
#include <asm/page.h>
|
|
#include <asm/page.h>
|
|
#include <asm/processor.h>
|
|
#include <asm/processor.h>
|
|
|
|
|
|
|
|
+#include <asm-generic/pgtable-nopud.h>
|
|
|
|
+
|
|
/* The kernel image occupies 0x4000000 to 0x6000000 (4MB --> 96MB).
|
|
/* The kernel image occupies 0x4000000 to 0x6000000 (4MB --> 96MB).
|
|
* The page copy blockops can use 0x6000000 to 0x8000000.
|
|
* The page copy blockops can use 0x6000000 to 0x8000000.
|
|
* The TSB is mapped in the 0x8000000 to 0xa000000 range.
|
|
* The TSB is mapped in the 0x8000000 to 0xa000000 range.
|