summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-04-13 22:20:12 +0000
committermarcel <marcel@FreeBSD.org>2010-04-13 22:20:12 +0000
commit7cced2abf4efdf60dfae51ac8fb6b56a63c34718 (patch)
tree1363ba10d464eed0cf171ae0633578e9bbec5836 /sys/ia64/include
parent774192934f690033516115787193f7c572f7483e (diff)
downloadFreeBSD-src-7cced2abf4efdf60dfae51ac8fb6b56a63c34718.zip
FreeBSD-src-7cced2abf4efdf60dfae51ac8fb6b56a63c34718.tar.gz
Populate the sysctl tree with any MCA records we collected.
The sequence number is used as the name of a sysctl node, under which we add the MCA records using the CPU id as the leaf name. Add the hw.mca.inject sysctl to provide a way to inject MC errors and trigger machine checks. PR: ia64/113102
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/mca.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/include/mca.h b/sys/ia64/include/mca.h
index 94926d1..e13d2bf 100644
--- a/sys/ia64/include/mca.h
+++ b/sys/ia64/include/mca.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002 Marcel Moolenaar
+ * Copyright (c) 2002-2010 Marcel Moolenaar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -240,7 +240,6 @@ struct mca_pcidev_reg {
#ifdef _KERNEL
void ia64_mca_init(void);
-void ia64_mca_populate(void);
void ia64_mca_save_state(int);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud