2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
	Add HAVE_CONFIG_H.
This commit is contained in:
Ralf Corsepius
2011-09-29 15:57:14 +00:00
parent 7cb170b32e
commit ff33d07619
5 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
Add HAVE_CONFIG_H.
2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* smp03/init.c, smp03/system.h, smp03/tasks.c: Modified test to force a

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <tmacros.h>
#include "test_support.h"

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <tmacros.h>
#include "test_support.h"

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <tmacros.h>
#include "test_support.h"

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <tmacros.h>
#include "test_support.h"
#include <rtems/cpuuse.h>