Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Don't include opt_multiprocessor.h - it is not needed.



details:   https://anonhg.NetBSD.org/src/rev/db84581d7c97
branches:  trunk
changeset: 757996:db84581d7c97
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Oct 12 06:39:48 2010 +0000

description:
Don't include opt_multiprocessor.h - it is not needed.

diffstat:

 sys/sys/cdefs_elf.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 2d04df90920a -r db84581d7c97 sys/sys/cdefs_elf.h
--- a/sys/sys/cdefs_elf.h       Tue Oct 12 00:39:08 2010 +0000
+++ b/sys/sys/cdefs_elf.h       Tue Oct 12 06:39:48 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index