diff options
author | Kenneth Tan <chong.yin.tan@intel.com> | 2005-11-21 15:17:07 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-21 15:17:07 +0000 |
commit | 19f07be3b83d707940cc29abd8cc99d36d9d1f4e (patch) | |
tree | ee05d217be5811f9e8a935849055e222fa9b84aa | |
parent | 067c90481aad752dca9a4685091c0163dec7dfe0 (diff) | |
download | op-kernel-dev-19f07be3b83d707940cc29abd8cc99d36d9d1f4e.zip op-kernel-dev-19f07be3b83d707940cc29abd8cc99d36d9d1f4e.tar.gz |
[ARM] 3171/1: To add missing QMGR region size for IXP4XX
Patch from Kenneth Tan
To add queue manager region size which is missing from ixp4xx-regs.h
Signed-off-by: Kenneth Tan <chong.yin.tan@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | include/asm-arm/arch-ixp4xx/ixp4xx-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h b/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h index 2b149ed..9444958 100644 --- a/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h +++ b/include/asm-arm/arch-ixp4xx/ixp4xx-regs.h @@ -47,6 +47,7 @@ * Queue Manager */ #define IXP4XX_QMGR_BASE_PHYS (0x60000000) +#define IXP4XX_QMGR_REGION_SIZE (0x00004000) /* * Expansion BUS Configuration registers |