Const section fixes tree sweep

From: Andi Kleen
Date: Sat Aug 18 2012 - 13:31:09 EST


This tree sweep fixes up const section conflicts. Each section can
either be read-write or read-only. Read-only sections can contain
only read-only (const) data, read-write only non const data.

This fixes this everywhere for x86 at least (and a few other
places found by grep)

The previous version had some issues with a broken PA-RISC
toolchain. I disabled the whole thing on PA-RISC now instead.

Needed for followon patchkits.

-Andi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/