question about arch/arm/mach-h720x/include/mach/irqs.h

From: Julia Lawall <hidden>
Date: 2010-09-01 15:40:49

The file arch/arm/mach-h720x/include/mach/irqs.h contains the following 
code:

/* Enable mask for multiplexed interrupts */
#define IRQ_ENA_MUX	(1<<IRQ_TIMERX) | (1<<IRQ_GPIOA) | (1<<IRQ_GPIOB) | \
 			(1<<IRQ_GPIOC) 	| (1<<IRQ_GPIOD) | (1<<IRQ_GPIOE) | \
 			(1<<IRQ_TIMERX)

This code includes the expression (1<<IRQ_TIMERX) twice.  Could the second 
(1<<IRQ_TIMERX) just be dropped, or was something else intended?

thanks,
julia
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help