Merge commit 'origin/master' into next
[safe/jmp/linux-2.6] / arch / powerpc / include / asm / hvcall.h
index 3bf38af..f027581 100644 (file)
@@ -287,6 +287,8 @@ struct hcall_stats {
        unsigned long   num_calls;      /* number of calls (on this CPU) */
        unsigned long   tb_total;       /* total wall time (mftb) of calls. */
        unsigned long   purr_total;     /* total cpu time (PURR) of calls. */
+       unsigned long   tb_start;
+       unsigned long   purr_start;
 };
 #define HCALL_STAT_ARRAY_SIZE  ((MAX_HCALL_OPCODE >> 2) + 1)