From: Yinghai Lu Date: Wed, 20 Aug 2008 03:50:06 +0000 (-0700) Subject: x86: add irq_cfg in io_apic_64.c X-Git-Tag: v2.6.28-rc1~80^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac2de48ed3c998df7f366e039c97eedb27e7c3d;p=pandora-kernel.git x86: add irq_cfg in io_apic_64.c preallocate size is 32, and if it is not enough, irq_cfg will more via alloc_bootmem() or kzalloc(). (depending on how early we are in system setup) v2: fix typo about size of init_one_irq_cfg ... should use sizeof(struct irq_cfg) v3: according to Eric, change get_irq_cfg() to irq_cfg() v4: squash add irq_cfg_alloc in Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed