vserver 1.9.5.x5
[linux-2.6.git] / arch / alpha / oprofile / op_model_ev5.c
index 05b7470..ceea6e1 100644 (file)
@@ -186,8 +186,7 @@ ev5_handle_interrupt(unsigned long which, struct pt_regs *regs,
                     struct op_counter_config *ctr)
 {
        /* Record the sample.  */
-       oprofile_add_sample(regs->pc, !user_mode(regs),
-                           which, smp_processor_id());
+       oprofile_add_sample(regs, which);
 }