From: H. Peter Anvin Date: Mon, 21 May 2012 07:02:45 +0000 (-0700) Subject: x86, realmode: Move end signature into header.S X-Git-Tag: v3.5-rc1~45^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f5446169046c217a5479517edac3a890c3bee7;p=pandora-kernel.git x86, realmode: Move end signature into header.S The end signature was defined in wakeup_asm.S as it originally came from the ACPI wakeup code. However, we rely on the existence of the .signature section to expand .bss, otherwise we would have to include code to explicitly zero the .bss depending on the configuration. Since the expanded .bss is just in .init.data anyway, it's easier to always have it expanded. This fixes failures when compiled without CONFIG_ACPI_SLEEP. Reported-by: Ingo Molnar Signed-off-by: H. Peter Anvin Cc: Jarkko Sakkinen --- Reading git-diff-tree failed