summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/cpu_asm.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:11:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:11:57 +0000
commit30f7ff91fcf5ac225d5c9b83479352e7e87fbfba (patch)
tree8a29a503c0fd4ec4f5aa1c581b2f9e31434e7ef9 /cpukit/score/cpu/i386/cpu_asm.S
parentRemoved targets and configurations that are no longer functional (diff)
downloadrtems-30f7ff91fcf5ac225d5c9b83479352e7e87fbfba.tar.bz2
Removed targets and configurations that are no longer functional
and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
Diffstat (limited to 'cpukit/score/cpu/i386/cpu_asm.S')
-rw-r--r--cpukit/score/cpu/i386/cpu_asm.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/score/cpu/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S
index 4ac4dab626..906407836b 100644
--- a/cpukit/score/cpu/i386/cpu_asm.S
+++ b/cpukit/score/cpu/i386/cpu_asm.S
@@ -210,12 +210,6 @@ DISTINCT_EXCEPTION_WITH_FAULTCODE_ENTRY (18)
/*
- * GO32 does not require these segment related routines.
- */
-
-#ifndef __GO32__
-
-/*
* void *i386_Logical_to_physical(
* rtems_unsigned16 segment,
* void *address
@@ -275,7 +269,6 @@ SYM (i386_Physical_to_logical):
subl eax,ecx # ecx = logical address equivalent
movl ecx,eax # eax = ecx
ret
-#endif /* __GO32__ */
END_CODE