From: Grant Likely Date: Mon, 30 Jan 2012 08:02:19 +0000 (+0000) Subject: powerpc: Make SPARSE_IRQ required X-Git-Tag: v3.4-rc1~159^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad5b7f1350c263eef0c99c20f8659d0ed363cb32;p=pandora-kernel.git powerpc: Make SPARSE_IRQ required All IRQs on powerpc are managed via irq_domain anyway, there isn't really any advantage to turning SPARSE_IRQ off, and it's the direction we want to take the kernel design anyway. This patch makes powerpc always use SPARSE_IRQ. On pseries_defconfig, SPARSE_IRQ adds only about 0x300 bytes to the .text sections, and removes about 0x20000 from the data section for the static irq_desc table. Signed-off-by: Grant Likely Cc: Rob Herring Cc: Ben Herrenschmidt Cc: Thomas Gleixner Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed