Skip to content

Commit

Permalink
x86: add irq_cfg in io_apic_64.c
Browse files Browse the repository at this point in the history
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 <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 3bf52a4 commit 3ac2de4
Showing 1 changed file with 169 additions and 40 deletions.
Loading

0 comments on commit 3ac2de4

Please sign in to comment.