diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-20 01:03:49 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 11:26:00 +0100 |
commit | 819d67621edba0822352f7ae2a7ccb0387223675 (patch) | |
tree | cce1579039a9128a5afa4f8ca0b20025c014484a /arch/x86/kernel/acpi | |
parent | Rename .text.lock to .text..lock. (diff) | |
download | linux-819d67621edba0822352f7ae2a7ccb0387223675.tar.xz linux-819d67621edba0822352f7ae2a7ccb0387223675.zip |
Rename .text.page_aligned to .text..page_aligned.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/x86/kernel/acpi')
-rw-r--r-- | arch/x86/kernel/acpi/wakeup_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/wakeup_32.S b/arch/x86/kernel/acpi/wakeup_32.S index 8ded418b0593..13ab720573e3 100644 --- a/arch/x86/kernel/acpi/wakeup_32.S +++ b/arch/x86/kernel/acpi/wakeup_32.S @@ -1,4 +1,4 @@ - .section .text.page_aligned + .section .text..page_aligned #include <linux/linkage.h> #include <asm/segment.h> #include <asm/page_types.h> |