OSDN Git Service

[ARM] 4186/1: iop: remove cp6_enable/disable routines
[uclinux-h8/linux.git] / arch / arm / mach-iop32x / irq.c
index 8b0ac55..82598dc 100644 (file)
@@ -23,16 +23,12 @@ static u32 iop32x_mask;
 
 static inline void intctl_write(u32 val)
 {
-       iop3xx_cp6_enable();
        asm volatile("mcr p6, 0, %0, c0, c0, 0" : : "r" (val));
-       iop3xx_cp6_disable();
 }
 
 static inline void intstr_write(u32 val)
 {
-       iop3xx_cp6_enable();
        asm volatile("mcr p6, 0, %0, c4, c0, 0" : : "r" (val));
-       iop3xx_cp6_disable();
 }
 
 static void