From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15564 invoked by alias); 17 Mar 2008 14:14:49 -0000 Received: (qmail 15457 invoked by uid 48); 17 Mar 2008 14:14:05 -0000 Date: Mon, 17 Mar 2008 14:14:00 -0000 Message-ID: <20080317141405.15456.qmail@sourceware.org> From: "eteo at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20080317032705.5947.eteo@redhat.com> References: <20080317032705.5947.eteo@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug runtime/5947] make systemtap 0.6.2/0.131 work on F8 2.6.21.7-2.fc8xen X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00445.txt.bz2 ------- 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 #include #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.