aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2014-10-08 20:25:21 +0000
committerMark Johnston <markj@FreeBSD.org>2014-10-08 20:25:21 +0000
commit5eaae1411fb7b5c40838d6c6998fcc034a860ed7 (patch)
tree33e85eedca214591675cc787c0530746fb2ae8c3 /sys/amd64/include
parent3b4ae4621f5a9131bdfc85c739e4315eada8ba0c (diff)
downloadsrc-5eaae1411fb7b5c40838d6c6998fcc034a860ed7.tar.gz
src-5eaae1411fb7b5c40838d6c6998fcc034a860ed7.zip
Pass up the error status of minidumpsys() to its callers.
PR: 193761 Submitted by: Conrad Meyer <conrad.meyer@isilon.com> Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=272766
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/md_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h
index c7b89a6c6f3c..e5e78f65369e 100644
--- a/sys/amd64/include/md_var.h
+++ b/sys/amd64/include/md_var.h
@@ -118,7 +118,7 @@ void pagezero(void *addr);
void printcpuinfo(void);
void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
int user_dbreg_trap(void);
-void minidumpsys(struct dumperinfo *);
+int minidumpsys(struct dumperinfo *);
struct savefpu *get_pcb_user_save_td(struct thread *td);
struct savefpu *get_pcb_user_save_pcb(struct pcb *pcb);
struct pcb *get_pcb_td(struct thread *td);