From: <mar...@us...> - 2007-03-10 00:13:50
|
Revision: 902 http://svn.sourceforge.net/hackndev/?rev=902&view=rev Author: marex_z71 Date: 2007-03-09 16:13:47 -0800 (Fri, 09 Mar 2007) Log Message: ----------- l4p: fixed double definition in pxa-regs Modified Paths: -------------- linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa-regs.h Modified: linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa-regs.h =================================================================== --- linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa-regs.h 2007-03-09 21:25:11 UTC (rev 901) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa-regs.h 2007-03-10 00:13:47 UTC (rev 902) @@ -100,7 +100,7 @@ #define DCSR_CLRCMPST (1 << 24) /* Clear Descriptor Compare Status */ #define DCSR_CMPST (1 << 10) /* The Descriptor Compare Status */ #define DCSR_EORINTR (1 << 9) /* The end of Receive */ -#define DCSR_EORINTR (1 << 9) /* The end of Receive */ +#define DCSR_ENRINTR (1 << 9) /* The end of Receive */ #endif #define DCSR_REQPEND (1 << 8) /* Request Pending (read-only) */ #define DCSR_STOPSTATE (1 << 3) /* Stop State (read-only) */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |