Call db_machine_init to set up the ddb ipi vector.

This commit is contained in:
fvdl 2003-03-06 00:47:00 +00:00
parent 6074e25e08
commit 27e2af69da
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.30 2003/03/05 23:56:09 fvdl Exp $ */
/* $NetBSD: machdep.c,v 1.31 2003/03/06 00:47:00 fvdl Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@ -1682,6 +1682,8 @@ init_x86_64(first_avail)
struct btinfo_symtab *symtab;
vaddr_t tssym, tesym;
db_machine_init();
symtab = lookup_bootinfo(BTINFO_SYMTAB);
if (symtab) {
tssym = (vaddr_t)symtab->ssym + KERNBASE;