]> Git Repo - linux.git/blobdiff - include/linux/stacktrace.h
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
[linux.git] / include / linux / stacktrace.h
index b7af8cc13eda4fcd543f89f054de57a3e75f3c5d..50e2df30b0aa316d056953710852c2b4d8caed59 100644 (file)
@@ -29,14 +29,11 @@ unsigned int stack_trace_save_user(unsigned long *store, unsigned int size);
  * stack_trace_consume_fn - Callback for arch_stack_walk()
  * @cookie:    Caller supplied pointer handed back by arch_stack_walk()
  * @addr:      The stack entry address to consume
- * @reliable:  True when the stack entry is reliable. Required by
- *             some printk based consumers.
  *
  * Return:     True, if the entry was consumed or skipped
  *             False, if there is no space left to store
  */
-typedef bool (*stack_trace_consume_fn)(void *cookie, unsigned long addr,
-                                      bool reliable);
+typedef bool (*stack_trace_consume_fn)(void *cookie, unsigned long addr);
 /**
  * arch_stack_walk - Architecture specific function to walk the stack
  * @consume_entry:     Callback which is invoked by the architecture code for
This page took 0.035105 seconds and 4 git commands to generate.