summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index f226358f..7bdddb45 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -1,5 +1,4 @@
-/* -*- linux-c -*-
- * main header file
+/* main header file
* Copyright (C) 2005 Red Hat Inc.
* Copyright (C) 2005 Intel Corporation.
*
@@ -71,10 +70,6 @@ static const char * (*_stp_kallsyms_lookup)(unsigned long addr,
unsigned long *symbolsize,
unsigned long *offset,
char **modname, char *namebuf);
-#if defined (__powerpc64__)
-static int (*_stp_validate_sp)(unsigned long sp, struct task_struct *p,
- unsigned long nbytes);
-#endif
/* TEST_MODE is always defined by systemtap */
#ifdef TEST_MODE
@@ -146,11 +141,6 @@ int init_module (void)
*/
_stp_kta = (int (*)(unsigned long))kallsyms_lookup_name("__kernel_text_address");
-#if defined (__powerpc64__)
-_stp_validate_sp = (int (*)(unsigned long, struct task_struct *,
- unsigned long)) kallsyms_lookup_name("validate_sp");
-#endif
-
#ifdef SYSTEMTAP
if (stap_num_symbols > 0)
_stp_kallsyms_lookup = & _stp_kallsyms_lookup_tabled;