commit | 6ab1b27c849106647c42b3ea0681a039552e24fa | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Wed Jul 30 23:53:27 2014 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Thu Jul 31 08:05:41 2014 -0700 |
tree | 9f399fcb99f06594d7f238d06f7ac02e6c322b5f | |
parent | 80a2670379b777ea45f2f6c73b2d2bc3f99066c8 [diff] |
x86, apic: Replace trampoline physical addresses with defaults The trampoline_phys_{high,low} members of struct apic are always initialized to DEFAULT_TRAMPOLINE_PHYS_HIGH and TRAMPOLINE_PHYS_LOW, respectively. Hardwire the constants and remove the unneeded members. Signed-off-by: David Rientjes <rientjes@google.com> Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1407302348330.17503@chino.kir.corp.google.com Signed-off-by: H. Peter Anvin <hpa@zytor.com>