diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 20:32:44 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:34 +0200 |
commit | 2a50c925882fe2d6535f130401eb6d4a4feb3e93 (patch) | |
tree | d27cd8aeaa2aef88f0a604827bee78fe068f4cb6 /i386/Makefile.in | |
parent | d8ae6e264f06044497ed4d029e6e44d4a28b10b6 (diff) |
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file
`DEVELOPMENT' for details. Partly based on suggestions by
Gianluca Guida <glguida@gmail.com>.
* i386/i386at/asm_startup.h: Remove file.
* i386/i386at/phys_mem_grab_page.c: Likewise.
* i386/Makefile.in (i386at-files): Remove `phys_mem_grab_page.c'.
Diffstat (limited to 'i386/Makefile.in')
-rw-r--r-- | i386/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/Makefile.in b/i386/Makefile.in index eaa03b7..fdd04f2 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -72,7 +72,7 @@ endif # Source files for any i386 kernel i386at-files = autoconf.c blit.c conf.c cons_conf.c rtc.c \ i386at_ds_routines.c immc.c int_init.c iopl.c kd.c kd_event.c \ - kd_mouse.c kd_queue.c model_dep.c phys_mem_grab_page.c pic_isa.c + kd_mouse.c kd_queue.c model_dep.c pic_isa.c i386-files = ast_check.c db_disasm.c db_interface.c db_trace.c debug_i386.c \ fpe_linkage.c fpu.c gdt.c hardclock.c idt.c io_emulate.c io_map.c \ iopb.c ktss.c kttd_interface.c ldt.c loose_ends.c mp_desc.c pcb.c \ |