From: Jaswinder Singh Rajput Date: Wed, 18 Mar 2009 15:12:28 +0000 (+0530) Subject: x86: mpparse: clean up code by introducing a few helper functions X-Git-Tag: v2.6.30-rc1~211^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6830278568a8bb9758aac152db15187741e0113;p=pandora-kernel.git x86: mpparse: clean up code by introducing a few helper functions Impact: cleanup Refactor the MP-table parsing code via the introduction of the following helper functions: skip_entry() smp_reserve_bootmem() check_irq_src() check_slot() To simplify the code flow and to reduce the size of the following oversized functions: smp_read_mpc(), smp_scan_config(). There should be no impact to functionality. Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed