diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2011-05-18 16:31:33 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-05-20 13:40:52 +0200 |
commit | 31dce14a3269843f98ce1bc37d0c91b22f1991ee (patch) | |
tree | 66a02547580d22cc31648fd27169940b50c01ce4 /arch/x86/Makefile | |
parent | 4c79185cdb1425fb74241d0be772ff1a9913091a (diff) | |
download | kernel_samsung_tuna-31dce14a3269843f98ce1bc37d0c91b22f1991ee.zip kernel_samsung_tuna-31dce14a3269843f98ce1bc37d0c91b22f1991ee.tar.gz kernel_samsung_tuna-31dce14a3269843f98ce1bc37d0c91b22f1991ee.tar.bz2 |
x86, ioapic: Use ioapic_saved_data while enabling intr-remapping
Code flow for enabling interrupt-remapping was
allocating/freeing buffers for saving/restoring io-apic RTE's.
ioapic suspend/resume code uses boot time allocated
ioapic_saved_data that is a perfect match for reuse here.
This will remove the unnecessary allocation/free of the
temporary buffers during suspend/resume of interrupt-remapping
enabled platforms aswell as paving the way for further code
consolidation.
Tested-by: Daniel J Blueman <daniel.blueman@gmail.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Link: http://lkml.kernel.org/r/20110518233157.574469296@sbsiddha-MOBL3.sc.intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Makefile')
0 files changed, 0 insertions, 0 deletions