All of lore.kernel.org
 help / color / mirror / Atom feed
* question about arch/arm/mach-h720x/include/mach/irqs.h
@ 2010-09-01 15:40 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2010-09-01 15:40 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-01 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-01 15:40 question about arch/arm/mach-h720x/include/mach/irqs.h Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.