From bd9c3d1e76df8b4e774f50dbaf1bd5ebeeb7a154 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Apr 1998 20:50:31 +0000 Subject: Numerous changes which in total greatly reduced the amount of source code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line. --- c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h index 28359d2d3e..cc7f44dd9a 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h @@ -92,11 +92,6 @@ extern int use_print_buffer; #define CONSOLE_DRIVER_TABLE_ENTRY \ { tty_initialize, tty_open, tty_close, tty_read, tty_write, tty_control } -/* - * How many libio files we want - */ -#define BSP_LIBIO_MAX_FDS 20 - #define HPPA_INTERRUPT_EXTERNAL_MPCI HPPA_INTERRUPT_EXTERNAL_10 rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int); -- cgit v1.2.3