commit | 3671df8572a299acff9c9cac2bf7279ee614d154 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed May 02 19:27:20 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:20 2007 +0200 |
tree | e92e13da85eee016ade75e2f46445d47a4d3d143 | |
parent | c7f81c9453375d6416658995eafd3397cb9bba1d [diff] |
[PATCH] i386: Evaluate constant cpu features at runtime Redefine cpu_has() to evaluate cpu features already checked in early boot at compile time. This way the compiler might eliminate some dead code. Signed-off-by: Andi Kleen <ak@suse.de>