X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Foprofile%2Fcpu_buffer.c;h=2450b3a393ff37f6ab1bd02d523f38027a838671;hb=064a32d82c20cdcb0119a8b316eb520608d8c647;hp=efcbf4b4579f275bccea1b00fda95891925e4be6;hpb=7cece14acd063dd1c4e8933461d44ec6a5a5517b;p=mv-sheeva.git diff --git a/drivers/oprofile/cpu_buffer.c b/drivers/oprofile/cpu_buffer.c index efcbf4b4579..2450b3a393f 100644 --- a/drivers/oprofile/cpu_buffer.c +++ b/drivers/oprofile/cpu_buffer.c @@ -27,7 +27,7 @@ #include "buffer_sync.h" #include "oprof.h" -DEFINE_PER_CPU_SHARED_ALIGNED(struct oprofile_cpu_buffer, cpu_buffer); +DEFINE_PER_CPU(struct oprofile_cpu_buffer, cpu_buffer); static void wq_sync_buffer(struct work_struct *work);