DTrace: missed the opt_dtrace.h include for these.

This commit is contained in:
darran 2010-02-22 06:42:14 +00:00
parent f77631e1d8
commit ec6b20a273
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.254 2010/02/21 02:11:40 darran Exp $ */
/* $NetBSD: trap.c,v 1.255 2010/02/22 06:42:14 darran Exp $ */
/*-
* Copyright (c) 1998, 2000, 2005, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.254 2010/02/21 02:11:40 darran Exp $");
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.255 2010/02/22 06:42:14 darran Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@ -78,6 +78,7 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.254 2010/02/21 02:11:40 darran Exp $");
#include "opt_kvm86.h"
#include "opt_kstack_dr0.h"
#include "opt_xen.h"
#include "opt_dtrace.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vector.S,v 1.52 2010/02/21 02:11:40 darran Exp $ */
/* $NetBSD: vector.S,v 1.53 2010/02/22 06:42:14 darran Exp $ */
/*
* Copyright 2002 (c) Wasabi Systems, Inc.
@ -65,13 +65,14 @@
*/
#include <machine/asm.h>
__KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.52 2010/02/21 02:11:40 darran Exp $");
__KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.53 2010/02/22 06:42:14 darran Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
#include "opt_ipkdb.h"
#include "opt_vm86.h"
#include "opt_xen.h"
#include "opt_dtrace.h"
#include <machine/i8259.h>
#include <machine/i82093reg.h>