From 3a50a20695946c2c921ca6a29bd89d7017b3649b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 May 2007 15:50:27 +0000 Subject: 2007-05-28 Joel Sherrill * 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. --- testsuites/sptests/ChangeLog | 9 +++++++++ testsuites/sptests/spsize/size.c | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'testsuites') 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 + + * 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 * 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) + -- cgit v1.2.3