Changeset c244a9ee in rtems
- Timestamp:
- 04/14/98 21:32:12 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 92e15e0
- Parents:
- ab97da95
- Location:
- c/src/lib/libbsp
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
rab97da95 rc244a9ee 170 170 BSP_Configuration = Configuration; 171 171 172 #ifdef STACK_CHECKER_ON173 /*174 * Add 1 extension for stack checker175 */176 177 BSP_Configuration.maximum_extensions++;178 #endif179 180 172 /* 181 173 * Tell libio how many fd's we want and allow it to tweak config -
c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
rab97da95 rc244a9ee 347 347 #endif 348 348 349 #ifdef STACK_CHECKER_ON350 /*351 * Add 1 extension for stack checker352 */353 354 BSP_Configuration.maximum_extensions++;355 #endif356 357 349 #if SIMHPPA_FAST_IDLE 358 350 /* -
c/src/lib/libbsp/i386/force386/startup/bspstart.c
rab97da95 rc244a9ee 158 158 159 159 /* 160 * Add another extension if using the stack checker161 */162 163 #ifdef STACK_CHECKER_ON164 BSP_Configuration.maximum_extensions++;165 #endif166 167 /*168 160 * Tell libio how many fd's we want and allow it to tweak config 169 161 */ -
c/src/lib/libbsp/i386/go32/startup/bspstart.c
rab97da95 rc244a9ee 168 168 169 169 /* 170 * Add another extension if using the stack checker171 */172 173 #ifdef STACK_CHECKER_ON174 BSP_Configuration.maximum_extensions++;175 #endif176 177 /*178 170 * Tell libio how many fd's we want and allow it to tweak config 179 171 */ -
c/src/lib/libbsp/i386/i386ex/startup/bspstart.c
rab97da95 rc244a9ee 173 173 174 174 /* 175 * Add another extension if using the stack checker175 * Tell libio how many fd's we want and allow it to tweak config 176 176 */ 177 177 178 #ifdef STACK_CHECKER_ON 179 BSP_Configuration.maximum_extensions++; 180 #endif 178 rtems_libio_config(&BSP_Configuration, BSP_LIBIO_MAX_FDS); 181 179 182 180 } -
c/src/lib/libbsp/i386/pc386/startup/bspstart.c
rab97da95 rc244a9ee 173 173 (void *)(RAM_END - BSP_Configuration.work_space_size); 174 174 175 /* Add another extension if using the stack checker. */176 177 #ifdef STACK_CHECKER_ON178 BSP_Configuration.maximum_extensions++;179 #endif180 181 175 /* Tell libio how many fd's we want and allow it to tweak config. */ 182 176 -
c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
rab97da95 rc244a9ee 173 173 174 174 /* 175 * Add another extension if using the stack checker176 */177 178 #ifdef STACK_CHECKER_ON179 BSP_Configuration.maximum_extensions++;180 #endif181 182 /*183 175 * Tell libio how many fd's we want and allow it to tweak config 184 176 */ -
c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
rab97da95 rc244a9ee 187 187 188 188 /* 189 * Add another extension if using the stack checker190 */191 192 #ifdef STACK_CHECKER_ON193 BSP_Configuration.maximum_extensions++;194 #endif195 196 /*197 189 * Tell libio how many fd's we want and allow it to tweak config 198 190 */ -
c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
rab97da95 rc244a9ee 159 159 160 160 /* 161 * Add another extension if using the stack checker162 */163 164 #ifdef STACK_CHECKER_ON165 BSP_Configuration.maximum_extensions++;166 #endif167 168 /*169 161 * Tell libio how many fd's we want and allow it to tweak config 170 162 */ -
c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
rab97da95 rc244a9ee 168 168 169 169 /* 170 * Add another extension if using the stack checker171 */172 173 #ifdef STACK_CHECKER_ON174 BSP_Configuration.maximum_extensions++;175 #endif176 177 /*178 170 * Tell libio how many fd's we want and allow it to tweak config 179 171 */ -
c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
rab97da95 rc244a9ee 147 147 148 148 /* 149 * Add another extension if using the stack checker150 */151 152 #ifdef STACK_CHECKER_ON153 BSP_Configuration.maximum_extensions++;154 #endif155 156 /*157 149 * Tell libio how many fd's we want and allow it to tweak config 158 150 */ -
c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
rab97da95 rc244a9ee 143 143 144 144 /* 145 * Add another extension if using the stack checker146 */147 148 #ifdef STACK_CHECKER_ON149 BSP_Configuration.maximum_extensions++;150 #endif151 152 /*153 145 * Tell libio how many fd's we want and allow it to tweak config 154 146 */ -
c/src/lib/libbsp/m68k/idp/startup/bspstart.c
rab97da95 rc244a9ee 188 188 189 189 /* 190 * Add another extension if using the stack checker191 */192 193 #ifdef STACK_CHECKER_ON194 BSP_Configuration.maximum_extensions++;195 #endif196 197 /*198 190 * Tell libio how many fd's we want and allow it to tweak config 199 191 */ -
c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
rab97da95 rc244a9ee 169 169 170 170 /* 171 * Add another extension if using the stack checker172 */173 174 #ifdef STACK_CHECKER_ON175 BSP_Configuration.maximum_extensions++;176 #endif177 178 /*179 171 * Tell libio how many fd's we want and allow it to tweak config 180 172 */ -
c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c
rab97da95 rc244a9ee 177 177 178 178 /* 179 * Add another extension if using the stack checker180 */181 182 #ifdef STACK_CHECKER_ON183 BSP_Configuration.maximum_extensions++;184 #endif185 186 /*187 179 * Tell libio how many fd's we want and allow it to tweak config 188 180 */ -
c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c
rab97da95 rc244a9ee 237 237 238 238 /* 239 * Add another extension if using the stack checker240 */241 242 #ifdef STACK_CHECKER_ON243 BSP_Configuration.maximum_extensions++;244 #endif245 246 /*247 239 * Tell libio how many fd's we want and allow it to tweak config 248 240 */ -
c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
rab97da95 rc244a9ee 192 192 193 193 /* 194 * Add another extension if using the stack checker195 */196 197 #ifdef STACK_CHECKER_ON198 BSP_Configuration.maximum_extensions++;199 #endif200 201 /*202 194 * Tell libio how many fd's we want and allow it to tweak config 203 195 */ -
c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c
rab97da95 rc244a9ee 146 146 147 147 /* 148 * Add another extension if using the stack checker149 */150 151 #ifdef STACK_CHECKER_ON152 BSP_Configuration.maximum_extensions++;153 #endif154 155 /*156 148 * Tell libio how many fd's we want and allow it to tweak config 157 149 */ -
c/src/lib/libbsp/mips/p4000/startup/bspstart.c
rab97da95 rc244a9ee 152 152 BSP_Configuration = Configuration; 153 153 154 #ifdef STACK_CHECKER_ON155 /*156 * Add 1 extension for stack checker157 */158 159 BSP_Configuration.maximum_extensions++;160 #endif161 162 154 /* 163 155 * Tell libio how many fd's we want and allow it to tweak config -
c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c
rab97da95 rc244a9ee 152 152 BSP_Configuration = Configuration; 153 153 154 #ifdef STACK_CHECKER_ON155 /*156 * Add 1 extension for stack checker157 */158 159 BSP_Configuration.maximum_extensions++;160 #endif161 162 154 /* 163 155 * Tell libio how many fd's we want and allow it to tweak config -
c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
rab97da95 rc244a9ee 150 150 BSP_Configuration = Configuration; 151 151 152 #ifdef STACK_CHECKER_ON153 /*154 * Add 1 extension for stack checker155 */156 157 BSP_Configuration.maximum_extensions++;158 #endif159 160 152 /* 161 153 * Tell libio how many fd's we want and allow it to tweak config -
c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
rab97da95 rc244a9ee 161 161 162 162 /* 163 * Add 1 extension for stack checker164 */165 166 #ifdef STACK_CHECKER_ON167 BSP_Configuration.maximum_extensions++;168 #endif169 170 /*171 163 * Tell libio how many fd's we want and allow it to tweak config 172 164 */ -
c/src/lib/libbsp/powerpc/psim/startup/bspstart.c
rab97da95 rc244a9ee 309 309 BSP_Configuration.maximum_extensions++; 310 310 #endif 311 312 /*313 * Add 1 extension for MPCI_fatal314 */315 316 if (BSP_Configuration.User_multiprocessing_table)317 BSP_Configuration.maximum_extensions++;318 311 319 312 /* -
c/src/lib/libbsp/powerpc/psim/tools/Makefile.in
rab97da95 rc244a9ee 21 21 22 22 install: $(INSTALLED) 23 rm -f $(DESTDIR)/psim-gdb 23 24 cp $(DESTDIR)/psim $(DESTDIR)/psim-gdb 24 25 -
c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
rab97da95 rc244a9ee 152 152 BSP_Configuration = Configuration; 153 153 154 #ifdef STACK_CHECKER_ON155 /*156 * Add 1 extension for stack checker157 */158 159 BSP_Configuration.maximum_extensions++;160 #endif161 162 154 /* 163 155 * Need to "allocate" the memory for the RTEMS Workspace and -
c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
rab97da95 rc244a9ee 299 299 console_reserve_resources( &BSP_Configuration ); 300 300 301 #ifdef STACK_CHECKER_ON302 /*303 * Add 1 extension for stack checker304 */305 306 BSP_Configuration.maximum_extensions++;307 #endif308 309 301 #if SIMSPARC_FAST_IDLE 310 302 /* -
c/src/lib/libbsp/unix/posix/startup/bspstart.c
rab97da95 rc244a9ee 303 303 Cpu_table.extra_mpci_receive_server_stack = 0; 304 304 305 #ifdef STACK_CHECKER_ON306 /*307 * Add 1 extension for stack checker308 */309 310 BSP_Configuration.maximum_extensions++;311 #endif312 313 305 /* 314 306 * Tell libio how many fd's we want and allow it to tweak config
Note: See TracChangeset
for help on using the changeset viewer.