diff options
Diffstat (limited to 'include/asm-x86/ds.h')
-rw-r--r-- | include/asm-x86/ds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/ds.h b/include/asm-x86/ds.h index edd8467740a6..c9e15381dc7f 100644 --- a/include/asm-x86/ds.h +++ b/include/asm-x86/ds.h @@ -48,7 +48,7 @@ struct bts_struct { } lbr; /* BTS_TASK_ARRIVES or BTS_TASK_DEPARTS */ - unsigned long long timestamp; + unsigned long jiffies; } variant; }; |