diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-04 14:52:43 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-04 14:52:43 -0700 |
| commit | f9cc8475e7595dbb41a9567f83288e2cd7445b6c (patch) | |
| tree | ee7b80def9339c51413f6bb5fc9557643dc4ead0 /include/asm-arm/arch-ixp4xx/memory.h | |
| parent | 6fc56ccfe44c8bc3fb47d6346c12c3b865756ef8 (diff) | |
| parent | 5b802344357338a4d645beac8ca97470bcbe3542 (diff) | |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 3490/1: i.MX: move uart resources to board files
[ARM] 3488/1: make icedcc_putc do the right thing
[ARM] 3487/1: IXP4xx: Support non-PCI systems
[ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macros
Diffstat (limited to 'include/asm-arm/arch-ixp4xx/memory.h')
| -rw-r--r-- | include/asm-arm/arch-ixp4xx/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-ixp4xx/memory.h b/include/asm-arm/arch-ixp4xx/memory.h index ee211d28a3ef..af9667b57ab3 100644 --- a/include/asm-arm/arch-ixp4xx/memory.h +++ b/include/asm-arm/arch-ixp4xx/memory.h @@ -14,7 +14,7 @@ */ #define PHYS_OFFSET UL(0x00000000) -#ifndef __ASSEMBLY__ +#if !defined(__ASSEMBLY__) && defined(CONFIG_PCI) void ixp4xx_adjust_zones(int node, unsigned long *size, unsigned long *holes); |
