diff options
Diffstat (limited to 'arch/arm/mach-rpc/include/mach')
| -rw-r--r-- | arch/arm/mach-rpc/include/mach/entry-macro.S | 4 | ||||
| -rw-r--r-- | arch/arm/mach-rpc/include/mach/irqs.h | 2 | ||||
| -rw-r--r-- | arch/arm/mach-rpc/include/mach/system.h | 13 | 
3 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-rpc/include/mach/entry-macro.S b/arch/arm/mach-rpc/include/mach/entry-macro.S index 4e7e5414409..7178368d706 100644 --- a/arch/arm/mach-rpc/include/mach/entry-macro.S +++ b/arch/arm/mach-rpc/include/mach/entry-macro.S @@ -10,7 +10,3 @@  	orr	\base, \base, #ioc_base_low  	.endif  	.endm - -	.macro  arch_ret_to_user, tmp1, tmp2 -	.endm - diff --git a/arch/arm/mach-rpc/include/mach/irqs.h b/arch/arm/mach-rpc/include/mach/irqs.h index 3d2037496e3..6868e178274 100644 --- a/arch/arm/mach-rpc/include/mach/irqs.h +++ b/arch/arm/mach-rpc/include/mach/irqs.h @@ -42,6 +42,4 @@   */  #define FIQ_START		64 -#define IRQ_TIMER		IRQ_TIMER0 -  #define NR_IRQS			128 diff --git a/arch/arm/mach-rpc/include/mach/system.h b/arch/arm/mach-rpc/include/mach/system.h deleted file mode 100644 index 359bab94b6a..00000000000 --- a/arch/arm/mach-rpc/include/mach/system.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - *  arch/arm/mach-rpc/include/mach/system.h - * - *  Copyright (C) 1996-1999 Russell King. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ -static inline void arch_idle(void) -{ -	cpu_do_idle(); -}  |