This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/5947] make systemtap 0.6.2/0.131 work on F8 2.6.21.7-2.fc8xen


------- Additional Comments From eteo at redhat dot com  2008-03-17 14:14 -------
$ uname -rm
2.6.21.7-2.fc8xen x86_64

tsc_khz is not exported.

$ cat runtime/autoconf-tsc-khz.c 
#include <linux/version.h>
#include <asm/tsc.h>

#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)) && defined(__i386__) <---
removing the arch test will work. x64 is not tested, and so it assumes that
tsc_khz is exported when it's not.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5947

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]