summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smptests.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-06-27 23:12:31 +0000
committerfsmp <fsmp@FreeBSD.org>1997-06-27 23:12:31 +0000
commit7fa336497afa64b87e33edd06bd3ed2375e32aa4 (patch)
tree846d9968732430e4ce493dfe34e58d2361a454ff /sys/i386/include/smptests.h
parentf9ac11a9b5343f5b3388d57d83cd47c15be4ed73 (diff)
downloadFreeBSD-src-7fa336497afa64b87e33edd06bd3ed2375e32aa4.zip
FreeBSD-src-7fa336497afa64b87e33edd06bd3ed2375e32aa4.tar.gz
Preliminaries for stop_cpus()/restart_cpus().
Both are turned off by default. Added macro for displaying POST codes from kernel.
Diffstat (limited to 'sys/i386/include/smptests.h')
-rw-r--r--sys/i386/include/smptests.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h
index cfd837b..a958005 100644
--- a/sys/i386/include/smptests.h
+++ b/sys/i386/include/smptests.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smptests.h,v 1.1 1997/05/26 09:11:25 smp Exp smp $
+ * $Id: smptests.h,v 1.1 1997/06/26 18:02:47 smp Exp smp $
*/
#ifndef _MACHINE_SMPTESTS_H_
@@ -33,10 +33,15 @@
* various 'tests in progress'
*/
+/* address of POST hardware port */
+#define POST_ADDR 0x80
+
+
/*
- * attempt to delay MP startup till after malloc & vm is active.
+ * IPI for stop/restart of other CPUs
+#define TEST_CPUSTOP
+#define DEBUG_CPUSTOP
*/
-#define LATE_START
/*
OpenPOWER on IntegriCloud