commit | 826f2c2ce6b77543587499c49e46d7c4f8951961 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Thu Dec 10 23:40:42 2015 -0800 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Sat May 28 00:12:12 2016 -0700 |
tree | b9e97714a0b639193edd0b5f5fd920792287d121 | |
parent | fc682e7baf42aecd53bd5503c7e761b49f06dc2c [diff] |
x86/init: use linker table for mid early setup Using the linker table removes the need for the #ifdef'ery and clutter on head32.c and head64.c, if this is linked in and the subarch matches it will run. Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>