From: Peter Oruba Date: Mon, 28 Jul 2008 16:44:21 +0000 (+0200) Subject: x86: major refactoring X-Git-Tag: v2.6.28-rc1~699^2^4~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d86f390d9bb5b39f0a315838d1616de6363e1b9;p=pandora-kernel.git x86: major refactoring Refactored code by introducing a two-module solution. There is one general module in which vendor specific modules can hook into. However, that is exclusive, there is only one vendor specific module allowed at a time. A CPU vendor check makes sure only the correct module for the underlying system gets called. Functinally in terms of patch loading itself there are no changes. This refactoring provides a basis for future implementations of other vendors' patch loaders. Signed-off-by: Peter Oruba Cc: Tigran Aivazian Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed