X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Foprofile%2Fcpu_buffer.h;h=49900d9e3235e613cde4e7387a3ce0acd9a10f45;hb=c4028958b6ecad064b1a6303a6a5906d4fe48d73;hp=09abb80e05701afaa3c15ede0996ab8bda316915;hpb=65f27f38446e1976cc98fd3004b110fedcddd189;p=deliverable%2Flinux.git diff --git a/drivers/oprofile/cpu_buffer.h b/drivers/oprofile/cpu_buffer.h index 09abb80e0570..49900d9e3235 100644 --- a/drivers/oprofile/cpu_buffer.h +++ b/drivers/oprofile/cpu_buffer.h @@ -43,7 +43,7 @@ struct oprofile_cpu_buffer { unsigned long sample_lost_overflow; unsigned long backtrace_aborted; int cpu; - struct work_struct work; + struct delayed_work work; } ____cacheline_aligned; extern struct oprofile_cpu_buffer cpu_buffer[];