diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-01 22:10:40 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:07 +0200 |
commit | 123d406152b033dc321d57cd86e45d058746547c (patch) | |
tree | e6b3c96e63ed7d973760e0f7290e573e24777d18 /i386/Makefrag.am | |
parent | 861203044a89a8e0cb9b6e0200aad791ee9e5804 (diff) | |
download | gnumach-123d406152b033dc321d57cd86e45d058746547c.tar.gz gnumach-123d406152b033dc321d57cd86e45d058746547c.tar.bz2 gnumach-123d406152b033dc321d57cd86e45d058746547c.zip |
2007-04-02 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386/io_emulate.c: Remove file.
* i386/i386/io_emulate.h: Likewise.
* i386/i386at/iopl.c: Likewise.
* i386/Makefrag.am (libkernel_a_SOURCES): Remove the aforementioned
files.
* i386/i386/trap.c: Don't include <i386/io_emulate.h>.
(v86_assist, check_io_fault): Remove functions.
(user_trap): Remove the code referencing the above functions.
* i386/i386at/conf.c (dev_name_list): Remove the `iopl' device.
* DEVELOPMENT: Document this.
Diffstat (limited to 'i386/Makefrag.am')
-rw-r--r-- | i386/Makefrag.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am index 3b97d865..50eaecf2 100644 --- a/i386/Makefrag.am +++ b/i386/Makefrag.am @@ -32,7 +32,6 @@ libkernel_a_SOURCES += \ i386/i386at/immc.c \ i386/i386at/int_init.c \ i386/i386at/interrupt.S \ - i386/i386at/iopl.c \ i386/i386at/kd.c \ i386/i386at/kd.h \ i386/i386at/kd_event.c \ @@ -85,8 +84,6 @@ libkernel_a_SOURCES += \ i386/i386/idt-gen.h \ i386/i386/idt.c \ i386/i386/idt_inittab.S \ - i386/i386/io_emulate.c \ - i386/i386/io_emulate.h \ i386/i386/io_map.c \ i386/i386/io_port.h \ i386/i386/iopb.c \ |