3668b45d46
* 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
|