]> sourceware.org Git - systemtap.git/commitdiff
Removed runtime/linux/autoconf-get_proc_freq.c, which isn't ready yet.
authorDavid Smith <dsmith@redhat.com>
Tue, 13 Dec 2016 23:01:12 +0000 (17:01 -0600)
committerDavid Smith <dsmith@redhat.com>
Tue, 13 Dec 2016 23:01:12 +0000 (17:01 -0600)
runtime/linux/autoconf-get_proc_freq.c [deleted file]

diff --git a/runtime/linux/autoconf-get_proc_freq.c b/runtime/linux/autoconf-get_proc_freq.c
deleted file mode 100644 (file)
index 25f4bba..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#if defined(__powerpc__)
-#include <asm/machdep.h>
-
-unsigned long ____autoconf_func(void)
-{
-    unsigned long proc_freq = 0;
-    if (ppc_md.get_proc_freq)
-       proc_freq = ppc_md.get_proc_freq(0);
-    return proc_freq;
-}
-#endif
This page took 0.030738 seconds and 5 git commands to generate.