reduce dependencies on opt_sched.h.

This commit is contained in:
yamt 2007-10-29 12:16:54 +00:00
parent e942f6d60e
commit 94c0a71eb1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_synch.c,v 1.201 2007/10/13 00:30:26 rmind Exp $ */
/* $NetBSD: kern_synch.c,v 1.202 2007/10/29 12:16:54 yamt Exp $ */
/*-
* Copyright (c) 1999, 2000, 2004, 2006, 2007 The NetBSD Foundation, Inc.
@ -75,12 +75,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.201 2007/10/13 00:30:26 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.202 2007/10/29 12:16:54 yamt Exp $");
#include "opt_kstack.h"
#include "opt_lockdebug.h"
#include "opt_multiprocessor.h"
#include "opt_perfctrs.h"
#include "opt_sched.h"
#define __MUTEX_PRIVATE

View File

@ -1,4 +1,4 @@
/* $NetBSD: sched.h,v 1.39 2007/10/09 19:00:16 rmind Exp $ */
/* $NetBSD: sched.h,v 1.40 2007/10/29 12:16:54 yamt Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2007 The NetBSD Foundation, Inc.
@ -81,7 +81,6 @@
#if defined(_KERNEL_OPT)
#include "opt_multiprocessor.h"
#include "opt_lockdebug.h"
#include "opt_sched.h"
#endif
struct sched_param {