summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:50:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:50:27 +0000
commit3a50a20695946c2c921ca6a29bd89d7017b3649b (patch)
treedbe155ca268bb40327f7275d14408d80559432ab /testsuites/sptests/spsize
parent2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-3a50a20695946c2c921ca6a29bd89d7017b3649b.tar.bz2
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* spsize/size.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table. This also eliminated the variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS as well as the memory allocation used to populate _IO_Driver_name_table.
Diffstat (limited to 'testsuites/sptests/spsize')
-rw-r--r--testsuites/sptests/spsize/size.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 908a991d58..8d7d78e645 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -253,8 +253,6 @@ uninitialized =
/*io.h*/ (sizeof _IO_Number_of_drivers) +
(sizeof _IO_Driver_address_table) +
- (sizeof _IO_Number_of_devices) +
- (sizeof _IO_Driver_name_table) +
/*isr.h*/ (sizeof _ISR_Nest_level) +
(sizeof _ISR_Vector_table) +