commit | 2add8e235cbe0dcd672c33fc322754e15500238c | [log] [tgz] |
---|---|---|
author | Brian Gerst <brgerst@gmail.com> | Sun Feb 08 09:58:39 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 09 10:30:30 2009 +0100 |
tree | 3cf9abe886432ac82fc08e99241ec7254dc20193 | |
parent | d3770449d3cb058b94ca1d050d5ced4a66c75ce4 [diff] |
x86: use linker to offset symbols by __per_cpu_load Impact: cleanup and bug fix Use the linker to create symbols for certain per-cpu variables that are offset by __per_cpu_load. This allows the removal of the runtime fixup of the GDT pointer, which fixes a bug with resume reported by Jiri Slaby. Reported-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Brian Gerst <brgerst@gmail.com> Acked-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>