From 584ab9e16e52b46ae65cb245fd86858824da4bb9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Dec 2008 17:15:13 +0000 Subject: 2008-12-18 Joel Sherrill * rtems/include/rtems/rtems/regionmp.h, sapi/include/rtems/config.h, sapi/src/exinit.c, score/Makefile.am, score/include/rtems/score/object.h, score/include/rtems/score/objectmp.h, score/src/objectmp.c: Eliminate Object Handler Initialization routine since it was all for MP configurations. * score/src/object.c: Removed. --- cpukit/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 81e2e525f7..472f3bd53a 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -113,7 +113,7 @@ libscore_a_SOURCES += src/heap.c src/heapallocate.c src/heapextend.c \ src/heapresizeblock.c ## OBJECT_C_FILES -libscore_a_SOURCES += src/object.c src/objectallocate.c src/objectclose.c \ +libscore_a_SOURCES += src/objectallocate.c src/objectclose.c \ src/objectextendinformation.c src/objectfree.c src/objectget.c \ src/objectgetisr.c src/objectgetnext.c src/objectinitializeinformation.c \ src/objectnametoid.c src/objectnametoidstring.c \ -- cgit v1.2.3