diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-21 07:22:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-21 07:22:08 +0000 |
commit | 7a245f350a82e342742b549543471f0c5855c48f (patch) | |
tree | 2601589791e9d5d9ead6d16dc921ed9894dc1a2f /packages/ixp4xx/ixp4xx-csr-2.1/le.patch | |
parent | 0932ccb0097c847404aaecdd8d4ea5adcbe107d1 (diff) |
ixp4xx-csr: November 16 2005 release from Intel 2.1
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr-2.1/le.patch')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr-2.1/le.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr-2.1/le.patch b/packages/ixp4xx/ixp4xx-csr-2.1/le.patch new file mode 100644 index 0000000000..b62389cbee --- /dev/null +++ b/packages/ixp4xx/ixp4xx-csr-2.1/le.patch @@ -0,0 +1,13 @@ +--- ixp400_xscale_sw/.pc/le.patch/src/include/IxQMgr.h 2005-04-17 20:55:31.000000000 -0700 ++++ ixp400_xscale_sw/src/include/IxQMgr.h 2005-11-19 16:01:52.817556623 -0800 +@@ -96,8 +98,8 @@ + + #else + +-#define IX_QMGR_INLINE_READ_LONG IX_OSAL_READ_LONG_LE_DC +-#define IX_QMGR_INLINE_WRITE_LONG IX_OSAL_WRITE_LONG_LE_DC ++#define IX_QMGR_INLINE_READ_LONG IX_OSAL_READ_LONG_LE_AC ++#define IX_QMGR_INLINE_WRITE_LONG IX_OSAL_WRITE_LONG_LE_AC + + #endif + |