aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2440/fiq_c_isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2440/fiq_c_isr.h')
-rw-r--r--arch/arm/mach-s3c2440/fiq_c_isr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/fiq_c_isr.h b/arch/arm/mach-s3c2440/fiq_c_isr.h
index 3facf50ce2f..a3a2622b81d 100644
--- a/arch/arm/mach-s3c2440/fiq_c_isr.h
+++ b/arch/arm/mach-s3c2440/fiq_c_isr.h
@@ -29,7 +29,6 @@ void __attribute__ ((naked)) s3c2440_fiq_isr(void) \
const int _FIQ_FRAME_SIZE = FRAME; \
/* entry takes care to store registers we will be treading on here */\
asm __volatile__ (\
- "mov ip, sp ;"\
/* stash FIQ and r0-r8 normal regs */\
"stmdb sp!, {r0-r12, lr};"\
/* allow SP to get some space */\