[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1345311022-26328-1-git-send-email-andi@firstfloor.org>
Date: Sat, 18 Aug 2012 10:29:51 -0700
From: Andi Kleen <andi@...stfloor.org>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, James.Bottomley@...senPartnership.com
Subject: Const section fixes tree sweep
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists