vserver 1.9.5.x5
[linux-2.6.git] / arch / alpha / oprofile / op_model_ev4.c
index 5f06d31..80d764d 100644 (file)
@@ -101,8 +101,7 @@ ev4_handle_interrupt(unsigned long which, struct pt_regs *regs,
                return;
 
        /* Record the sample.  */
-       oprofile_add_sample(regs->pc, !user_mode(regs),
-                           which, smp_processor_id());
+       oprofile_add_sample(regs, which);
 }