Files
linux-apfs/drivers
Bartlomiej Zolnierkiewicz 18de10170d ide: allocate ide_hwif_t instances dynamically
* Allocate ide_hwif_t instances dynamically and remove ide_hwifs[].

  This cuts almost ~14kB from ide-probe.o (x86-32, MAX_HWIFS == 10):

   text    data     bss     dec     hex filename
   9140      40   14084   23264    5ae0 drivers/ide/ide-probe.o.before
   9169      40      44    9253    2425 drivers/ide/ide-probe.o.after

* Remove no longer needed ide_init_port_data() call from ide_unregister().

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-07-23 19:55:58 +02:00
..
2008-07-16 11:07:59 +10:00
2008-07-21 21:55:02 -07:00
2008-07-21 21:55:03 -07:00
2008-07-23 19:55:56 +02:00
2008-07-21 21:54:55 -07:00
2008-07-16 11:07:59 +10:00
2008-07-20 17:24:38 -07:00