x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINE
authorH. Peter Anvin <hpa@zytor.com>
Mon, 17 Aug 2009 18:16:16 +0000 (11:16 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 17 Aug 2009 18:16:16 +0000 (11:16 -0700)
On 32 bits, we can have CONFIG_ACPI_SLEEP set without implying
CONFIG_X86_TRAMPOLINE.  In that case, we simply do not need to mark
the trampoline as a MAC region.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Shane Wang <shane.wang@intel.com>
Cc: Joseph Cihula <joseph.cihula@intel.com>

No differences found