usr/src/uts/sun4/os/startup.c
changeset 1455 b43f098fa50c
parent 1253 0df630a41817
child 1492 8877aa3d25de
equal deleted inserted replaced
1454:1a77d073c635 1455:b43f098fa50c
     1 /*
     1 /*
     2  * CDDL HEADER START
     2  * CDDL HEADER START
     3  *
     3  *
     4  * The contents of this file are subject to the terms of the
     4  * The contents of this file are subject to the terms of the
     5  * Common Development and Distribution License (the "License").
     5  * Common Development and Distribution License (the "License").
     6  * You may not use this file except in compliance *with the License.
     6  * You may not use this file except in compliance with the License.
     7  *
     7  *
     8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     9  * or http://www.opensolaris.org/os/licensing.
     9  * or http://www.opensolaris.org/os/licensing.
    10  * See the License for the specific language governing permissions
    10  * See the License for the specific language governing permissions
    11  * and limitations under the License.
    11  * and limitations under the License.
  2122 	mach_dump_buffer_init();
  2122 	mach_dump_buffer_init();
  2123 
  2123 
  2124 	/*
  2124 	/*
  2125 	 * Initialize interrupt related stuff
  2125 	 * Initialize interrupt related stuff
  2126 	 */
  2126 	 */
  2127 	init_intr_threads(CPU);
  2127 	cpu_intr_alloc(CPU, NINTR_THREADS);
  2128 
  2128 
  2129 	(void) splzs();			/* allow hi clock ints but not zs */
  2129 	(void) splzs();			/* allow hi clock ints but not zs */
  2130 
  2130 
  2131 	/*
  2131 	/*
  2132 	 * Initialize errors.
  2132 	 * Initialize errors.