mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-04 19:18:23 -04:00
* architecture specific details are handled in asm/arch/time.h * ARCH_IOP13XX now selects PLAT_IOP * as suggested by Lennert use ifdef CONFIG_XSCALE to skip the cp_wait on XSC3 Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
5 lines
96 B
C
5 lines
96 B
C
#ifndef _IOP33X_TIME_H_
|
|
#define _IOP33X_TIME_H_
|
|
#define IRQ_IOP_TIMER0 IRQ_IOP33X_TIMER0
|
|
#endif
|