isa.c uses the new table infrastructure.

This commit is contained in:
Michael Brown
2005-04-27 12:24:38 +00:00
parent f37e0a06d7
commit 282b6f1a1a
3 changed files with 4 additions and 13 deletions

View File

@@ -140,15 +140,7 @@ SECTIONS {
__data = .;
*(.data)
*(.data.*)
/* Various tables. See include/tables.h for an explanation. */
*(SORT(.tbl.*))
isa_drivers = . ;
*(.drivers.isa)
isa_drivers_end = .;
*(SORT(.tbl.*)) /* Various tables. See include/tables.h */
_progbits_end = .;
}