summaryrefslogtreecommitdiffstats
path: root/testsuites
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
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')
-rw-r--r--testsuites/sptests/ChangeLog9
-rw-r--r--testsuites/sptests/spsize/size.c2
2 files changed, 9 insertions, 2 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index c2c3f9d620..53a81c98a6 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
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) +