Skip to content

Commit

Permalink
[ARM] 3171/1: To add missing QMGR region size for IXP4XX
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kenneth Tan authored and Russell King committed Nov 21, 2005
1 parent 067c904 commit 19f07be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/arch-ixp4xx/ixp4xx-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* Queue Manager
*/
#define IXP4XX_QMGR_BASE_PHYS (0x60000000)
#define IXP4XX_QMGR_REGION_SIZE (0x00004000)

/*
* Expansion BUS Configuration registers
Expand Down

0 comments on commit 19f07be

Please sign in to comment.