summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/idtr.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-1/+1
| | | | | * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>. * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c: URL for license changed.
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-131-0/+117
now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it.