summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/mptable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/mptable.h')
-rw-r--r--sys/amd64/include/mptable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index ff0390a..cf5078d 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.22 1997/07/28 03:39:06 smp Exp smp $
+ * $Id: mp_machdep.c,v 1.23 1997/07/30 22:51:11 smp Exp smp $
*/
#include "opt_smp.h"
@@ -1420,7 +1420,7 @@ init_locks(void)
mp_lock = 0x00000001;
/* locks the IO APIC and apic_imen accesses */
- s_lock_init(&imen_lock);
+ s_lock_init((struct simplelock*)&imen_lock);
}
OpenPOWER on IntegriCloud