diff options
author | hunt <hunt> | 2005-09-09 09:20:07 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-09-09 09:20:07 +0000 |
commit | 22c6c6b2b42f375d9e259e091015b768314efdaa (patch) | |
tree | be46fa0a20448a9a5119e6ec1f13165d5008bceb /runtime/user/emul.h | |
parent | 1431278aba3347fdb55ec461008a07d9010aea7a (diff) | |
download | systemtap-steved-22c6c6b2b42f375d9e259e091015b768314efdaa.tar.gz systemtap-steved-22c6c6b2b42f375d9e259e091015b768314efdaa.tar.xz systemtap-steved-22c6c6b2b42f375d9e259e091015b768314efdaa.zip |
Fix for jiffies.
Diffstat (limited to 'runtime/user/emul.h')
-rw-r--r-- | runtime/user/emul.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/user/emul.h b/runtime/user/emul.h index fa8d9fb3..2821e8ac 100644 --- a/runtime/user/emul.h +++ b/runtime/user/emul.h @@ -19,9 +19,6 @@ int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) #define for_each_cpu(cpu) \ for (cpu = 0; cpu < NR_CPUS; cpu++) -// just to eliminate compile errors -unsigned long volatile __jiffy_data jiffies = 12345678; - int _processor_number = 0; #define smp_processor_id() _processor_number #define get_cpu() _processor_number |