public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] irq: change irq_desc and kstat_irq_legacy to variable sized arrays
@ 2009-01-10 22:38 Mike Travis
  2009-01-10 22:38 ` [PATCH 1/4] irq: change references from NR_IRQS to nr_irqs Mike Travis
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Mike Travis @ 2009-01-10 22:38 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Rusty Russell, Yinghai Lu, Jack Steiner, linux-kernel


The following patches change irq_desc and kstat_irq_legacy into
variable sized arrays based on nr_cpu_ids when CONFIG_SPARSE_IRQS=y.

    irq: change references from NR_IRQS to nr_irqs
    irq: allocate irq_desc_ptrs array based on nr_irqs
    irq: initialize nr_irqs based on nr_cpu_ids
    kstat: modify kstat_irqs_legacy to be variable sized

Based on: tip/cpus4096 @ v2.6.28-6140-g36c401a

(Ingo - I will push these to your tip/cpus4096 branch via my cpus4096-for-ingo
	git tree.)

Signed-off-by: Mike Travis <travis@sgi.com>
---

Affects of the SPARSE changes on NR_CPUS values.

    1 - 128-defconfig (non-SPARSE)
    2 - 4k-defconfig (non-SPARSE)
    3 - 4k-defconfig (SPARSE)

====== Data

      .1.        .2.        .3.    ..final..
  1114112          .   -1114112      .  -100%  irq_desc(.data.cacheline_aligned)
   208896     -69632    -138752    512   -99%  irq_cfgx(.data)
    34816          .     -34816      .  -100%  irq_timer_state(.bss)
    17480          .     -17480      .  -100%  per_cpu__kstat(.data.percpu)
        0          .      +4096   4096      .  irq_desc_legacy(.data.cacheline_aligned)

====== Sections

        .1.       .2.        .3.    ..final..
    1140032   +459264   -1110016      489280   -57%  .data.cacheline_aligned
      34408     +6768        +16       41192   +19%  .data.read_mostly

====== PerCPU () 

      .1.     .2.      .3.    ..final..
    18432   -2048   -16384         .  -100%  kstat
    10240       .    -2048      8192   -20%  init_tss

====== MemInfo () 

Static memory available at boot time:

             .1.           .2.         .3.    ..final..
      8069795840     -10207232   +10575872    8070164480(+368640) MemFree
      8263630848      -9310208   +10260480    8264581120(+950272) MemTotal

-- 

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2009-01-11 17:50 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 22:38 [PATCH 0/4] irq: change irq_desc and kstat_irq_legacy to variable sized arrays Mike Travis
2009-01-10 22:38 ` [PATCH 1/4] irq: change references from NR_IRQS to nr_irqs Mike Travis
2009-01-10 22:45   ` Ingo Molnar
2009-01-10 23:10     ` Mike Travis
2009-01-11  1:06       ` Ingo Molnar
2009-01-10 22:38 ` [PATCH 2/4] irq: allocate irq_desc_ptrs array based on nr_irqs Mike Travis
2009-01-10 22:47   ` Ingo Molnar
2009-01-10 23:03     ` Mike Travis
2009-01-11  1:06       ` Ingo Molnar
2009-01-10 22:38 ` [PATCH 3/4] irq: initialize nr_irqs based on nr_cpu_ids Mike Travis
2009-01-10 22:50   ` Ingo Molnar
2009-01-10 23:20     ` Mike Travis
2009-01-11  1:07       ` Ingo Molnar
2009-01-11  2:00     ` Mike Travis
2009-01-10 22:38 ` [PATCH 4/4] kstat: modify kstat_irqs_legacy to be variable sized Mike Travis
2009-01-10 22:52   ` Ingo Molnar
2009-01-10 23:08     ` Mike Travis
2009-01-11  1:08       ` Ingo Molnar
2009-01-11  4:32         ` Mike Travis
2009-01-11  7:01   ` Yinghai Lu
2009-01-11 12:17     ` Ingo Molnar
2009-01-11 17:50       ` Mike Travis
2009-01-11 17:40     ` Mike Travis
2009-01-11 17:48       ` Mike Travis
2009-01-10 22:43 ` [PATCH 0/4] irq: change irq_desc and kstat_irq_legacy to variable sized arrays Ingo Molnar
2009-01-11  0:15   ` Mike Travis
2009-01-11  1:10     ` Ingo Molnar
2009-01-11  1:19       ` Mike Travis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox