Tim Abbott <[email protected]> writes: > Below is a new version of the second patch that attempts to address this > by putting the ALIGN inside a section, so that _end is at the end of the > load segment (I also did a bit more cleanup): > > .init_end : { > /* This ALIGN be in a section so that _end is at the end of the > load segment. */ > . = ALIGN(PAGE_SIZE); > __init_end = .; > } > > _end = .;
This works fine. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
