From: <bal...@us...> - 2007-03-10 00:22:36
|
Revision: 904 http://svn.sourceforge.net/hackndev/?rev=904&view=rev Author: balrog-kun Date: 2007-03-09 16:22:34 -0800 (Fri, 09 Mar 2007) Log Message: ----------- l4p: ENRINTR is too cool - removing :p 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-10 00:20:31 UTC (rev 903) +++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa-regs.h 2007-03-10 00:22:34 UTC (rev 904) @@ -100,7 +100,6 @@ #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_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. |