| Submitter | Tim Abbott |
|---|---|
| Date | April 28, 2009, 3:47 p.m. |
| Message ID | <alpine.DEB.1.10.0904281126550.15450@vinegar-pot.mit.edu> |
| Download | mbox | patch |
| Permalink | /patch/26573/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index 433ae11..a047a6c 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b/arch/powerpc/kernel/vmlinux.lds.S @@ -54,8 +54,8 @@ SECTIONS ALIGN_FUNCTION(); HEAD_TEXT _text = .; - TEXT_TEXT - *(.fixup __ftr_alt_*) + /* careful! __ftr_alt_* sections need to be close to .text */ + *(.text .fixup __ftr_alt_* .ref.text) SCHED_TEXT LOCK_TEXT KPROBES_TEXT