From 1614be849ec416597b48da582dadf798c07c86f5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Nov 2001 20:44:46 +0000 Subject: 2001-11-14 Joel Sherrill * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg: These are new exception processing model BSPs and thus do not need to define PPC_USE_SPRG. --- make/custom/mbx8xx.cfg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'make/custom/mbx8xx.cfg') diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg index 38ad5debfe..28e52739f3 100644 --- a/make/custom/mbx8xx.cfg +++ b/make/custom/mbx8xx.cfg @@ -129,13 +129,6 @@ endif # mbx821 # # PowerPC-specific options: # -# PPC_USE_SPRG (RTEMS PowerPC port) -# If defined (=1), then the PowerPC specific code in RTEMS will use some -# of the special purpose registers to slightly optimize interrupt -# response time. The use of these registers can conflict with -# other tools like debuggers. This should be 0 when using EPPCBug -# because its uses most SPRGs (do not believe the documentation!). -# # PPC_USE_DATA_CACHE (RTEMS PowerPC port) # If defined, then the PowerPC specific code in RTEMS will use # data cache instructions to optimize the context switch code. @@ -159,7 +152,6 @@ define make-target-options @echo "#define DATA_CACHE_ENABLE 1" >>$@ @echo >>$@ @echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@ - @echo "#define PPC_USE_SPRG 0" >>$@ @echo "#define PPC_USE_DATA_CACHE 1" >>$@ @echo >>$@ endef -- cgit v1.2.3