]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/oprofile/cpu_buffer.h
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[linux-2.6-omap-h63xx.git] / drivers / oprofile / cpu_buffer.h
index 9bc6bb20b6dfc03e45cbde3652acf18d3c4dc847..d3cc26264db55b60948a71b9f8500a236666a64d 100644 (file)
@@ -15,9 +15,9 @@
 #include <linux/workqueue.h>
 #include <linux/cache.h>
 #include <linux/sched.h>
+
 struct task_struct;
+
 int alloc_cpu_buffers(void);
 void free_cpu_buffers(void);
 
@@ -31,7 +31,7 @@ struct op_sample {
        unsigned long eip;
        unsigned long event;
 };
+
 struct oprofile_cpu_buffer {
        volatile unsigned long head_pos;
        volatile unsigned long tail_pos;