diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-21 22:00:05 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-21 22:00:05 -0500 |
| commit | 66b5920f61b020fc2fc34fef9c4fcdd86df3b52e (patch) | |
| tree | f516e0e9c9579aa30515b2ff23242871fe503a6f /include | |
| parent | 49bd96c2caa3f02a9273d31b96e75b7574af8c06 (diff) | |
| parent | 9b73fcf85f65a301107c89e05227cd6fd6965680 (diff) | |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/arch-ebsa110/io.h | 2 | ||||
| -rw-r--r-- | include/asm-arm/arch-ixp4xx/ixp4xx-regs.h | 1 | ||||
| -rw-r--r-- | include/asm-arm/numnodes.h | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ebsa110/io.h b/include/asm-arm/arch-ebsa110/io.h index 68e04c0bb3f7..ae048441c9ed 100644 --- a/include/asm-arm/arch-ebsa110/io.h +++ b/include/asm-arm/arch-ebsa110/io.h | |||
| @@ -64,7 +64,7 @@ void __writel(u32 val, void __iomem *addr); | |||
| 64 | #define writew(v,b) __writew(v,b) | 64 | #define writew(v,b) __writew(v,b) |
| 65 | #define writel(v,b) __writel(v,b) | 65 | #define writel(v,b) __writel(v,b) |
| 66 | 66 | ||
| 67 | #define __arch_ioremap(cookie,sz,c,a) ((void __iomem *)(cookie)) | 67 | #define __arch_ioremap(cookie,sz,c) ((void __iomem *)(cookie)) |
| 68 | #define __arch_iounmap(cookie) do { } while (0) | 68 | #define __arch_iounmap(cookie) do { } while (0) |
| 69 | 69 | ||
| 70 | extern void insb(unsigned int port, void *buf, int sz); | 70 | extern void insb(unsigned int port, void *buf, int sz); |
diff --git a/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h b/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h index 2b149ed59149..9444958bec1e 100644 --- a/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h +++ b/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h | |||
| @@ -47,6 +47,7 @@ | |||
| 47 | * Queue Manager | 47 | * Queue Manager |
| 48 | */ | 48 | */ |
| 49 | #define IXP4XX_QMGR_BASE_PHYS (0x60000000) | 49 | #define IXP4XX_QMGR_BASE_PHYS (0x60000000) |
| 50 | #define IXP4XX_QMGR_REGION_SIZE (0x00004000) | ||
| 50 | 51 | ||
| 51 | /* | 52 | /* |
| 52 | * Expansion BUS Configuration registers | 53 | * Expansion BUS Configuration registers |
diff --git a/include/asm-arm/numnodes.h b/include/asm-arm/numnodes.h index 5d2a1034a02e..8df36818ebc9 100644 --- a/include/asm-arm/numnodes.h +++ b/include/asm-arm/numnodes.h | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | #ifndef __ASM_ARM_NUMNODES_H | 17 | #ifndef __ASM_ARM_NUMNODES_H |
| 18 | #define __ASM_ARM_NUMNODES_H | 18 | #define __ASM_ARM_NUMNODES_H |
| 19 | 19 | ||
| 20 | #include <asm/memory.h> | ||
| 21 | |||
| 20 | #ifndef NODES_SHIFT | 22 | #ifndef NODES_SHIFT |
| 21 | # define NODES_SHIFT 2 /* Normally, Max 4 Nodes */ | 23 | # define NODES_SHIFT 2 /* Normally, Max 4 Nodes */ |
| 22 | #endif | 24 | #endif |
