Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c42da46f3b0ff85ac4f61beaa0633bbb480c49e
Commit:     8c42da46f3b0ff85ac4f61beaa0633bbb480c49e
Parent:     7f74c2c7f760fdd44116e3dd90a5aeeb9d9333c7
Author:     Lennert Buytenhek <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 21:55:45 2008 +0100
Committer:  Nicolas Pitre <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:52:23 2008 -0500

    [ARM] Orion: free up kernel virtual address space
    
    Move Orion virtual mappings higher up in the address space, to free
    up more kernel virtual address space.
    
    Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
    Signed-off-by: Nicolas Pitre <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-orion/orion.h   |   16 ++++++++--------
 include/asm-arm/arch-orion/vmalloc.h |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/include/asm-arm/arch-orion/orion.h 
b/include/asm-arm/arch-orion/orion.h
index 4a80254..673a418 100644
--- a/include/asm-arm/arch-orion/orion.h
+++ b/include/asm-arm/arch-orion/orion.h
@@ -18,28 +18,28 @@
  * Orion Address Map
  *
  * virt                phys            size
- * f0000000    f0000000        16M     PCIe WA space (Orion-NAS only)
- * f1000000    f1000000        1M      on-chip peripheral registers
- * f2000000    f2000000        1M      PCIe I/O space
- * f2100000    f2100000        1M      PCI I/O space
+ * fdd00000    f1000000        1M      on-chip peripheral registers
+ * fde00000    f2000000        1M      PCIe I/O space
+ * fdf00000    f2100000        1M      PCI I/O space
+ * fe000000    f0000000        16M     PCIe WA space (Orion-NAS only)
  ****************************************************************************/
 #define ORION_REGS_PHYS_BASE   0xf1000000
-#define ORION_REGS_VIRT_BASE   0xf1000000
+#define ORION_REGS_VIRT_BASE   0xfdd00000
 #define ORION_REGS_SIZE                SZ_1M
 
 #define ORION_PCIE_IO_PHYS_BASE        0xf2000000
-#define ORION_PCIE_IO_VIRT_BASE        0xf2000000
+#define ORION_PCIE_IO_VIRT_BASE        0xfde00000
 #define ORION_PCIE_IO_BUS_BASE 0x00000000
 #define ORION_PCIE_IO_SIZE     SZ_1M
 
 #define ORION_PCI_IO_PHYS_BASE 0xf2100000
-#define ORION_PCI_IO_VIRT_BASE 0xf2100000
+#define ORION_PCI_IO_VIRT_BASE 0xfdf00000
 #define ORION_PCI_IO_BUS_BASE  0x00100000
 #define ORION_PCI_IO_SIZE      SZ_1M
 
 /* Relevant only for Orion-NAS */
 #define ORION_PCIE_WA_PHYS_BASE        0xf0000000
-#define ORION_PCIE_WA_VIRT_BASE        0xf0000000
+#define ORION_PCIE_WA_VIRT_BASE        0xfe000000
 #define ORION_PCIE_WA_SIZE     SZ_16M
 
 #define ORION_PCIE_MEM_PHYS_BASE       0xe0000000
diff --git a/include/asm-arm/arch-orion/vmalloc.h 
b/include/asm-arm/arch-orion/vmalloc.h
index 23e2a10..9d58027 100644
--- a/include/asm-arm/arch-orion/vmalloc.h
+++ b/include/asm-arm/arch-orion/vmalloc.h
@@ -2,4 +2,4 @@
  * include/asm-arm/arch-orion/vmalloc.h
  */
 
-#define VMALLOC_END       0xf0000000
+#define VMALLOC_END       0xfd800000
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to