vserver 1.9.5.x5
[linux-2.6.git] / arch / alpha / oprofile / op_model_ev6.c
index 5ae6b5a..0869f85 100644 (file)
@@ -88,8 +88,7 @@ ev6_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);
 }