Yasuaki Ishimatsu bf903d0a45 [IA64] Delete iosapic_free_rte()
>   arch/ia64/kernel/iosapic.c:597: warning: 'iosapic_free_rte' defined but not used
>
> This isn't spurious, the only call to iosapic_free_rte() has been removed, but there
> is still a call to iosapic_alloc_rte() ... which means we must have a memory leak.

I did it on purpose (and gave the warning a miss...) and I consider
iosapic_free_rte() is no longer needed.

I decided to remain iosapic_rte_info to keep gsi-to-irq binding
after device disable. Indeed it needs some extra memory, but it
is only "sizeof(iosapic_rte_info) * <the number of removed devices>"
bytes and has no memory leak becasue re-enabled devices use the
iosapic_rte_info which they used before disabling.

Signed-off-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2007-07-19 14:03:55 -07:00
..
2007-03-07 16:27:09 -08:00
2007-05-11 05:38:25 -04:00
2007-05-10 09:35:30 -07:00
2007-03-07 16:27:09 -08:00
2007-07-09 13:37:44 -07:00
2007-07-19 14:03:55 -07:00
2007-05-11 14:55:43 -07:00
2007-05-16 09:00:51 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2007-05-08 14:51:59 -07:00
2007-05-11 14:55:43 -07:00
2007-05-11 14:55:43 -07:00
2007-06-26 13:33:10 -07:00