Module Name: src Committed By: skrll Date: Tue Oct 12 06:39:48 UTC 2010
Modified Files: src/sys/sys: cdefs_elf.h Log Message: Don't include opt_multiprocessor.h - it is not needed. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/sys/cdefs_elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/cdefs_elf.h diff -u src/sys/sys/cdefs_elf.h:1.32 src/sys/sys/cdefs_elf.h:1.33 --- src/sys/sys/cdefs_elf.h:1.32 Fri Jul 2 11:38:20 2010 +++ src/sys/sys/cdefs_elf.h Tue Oct 12 06:39:48 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: cdefs_elf.h,v 1.32 2010/07/02 11:38:20 cegger Exp $ */ +/* $NetBSD: cdefs_elf.h,v 1.33 2010/10/12 06:39:48 skrll Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -30,10 +30,6 @@ #ifndef _SYS_CDEFS_ELF_H_ #define _SYS_CDEFS_ELF_H_ -#ifdef _KERNEL_OPT -#include "opt_multiprocessor.h" -#endif - #ifdef __LEADING_UNDERSCORE #define _C_LABEL(x) __CONCAT(_,x) #define _C_LABEL_STRING(x) "_"x