From: Yinghai Lu Date: Wed, 20 Aug 2008 03:50:08 +0000 (-0700) Subject: x86: put timer_rand_state pointer into irq_desc X-Git-Tag: v2.6.28-rc1~80^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3060d6fe28570640c2d7d66d38b9eaa848c3b9e3;p=pandora-kernel.git x86: put timer_rand_state pointer into irq_desc irq_timer_state[] is a NR_IRQS sized array that is a side-by array to the real irq_desc[] array. Integrate that field into the (now dynamic) irq_desc dynamic array and save some RAM. v2: keep the old way to support arch not support irq_desc Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed