[PATCH] x86/x86_64: mark rodata section read-only: make some datastructures const
authorArjan van de Ven <arjan@infradead.org>
Fri, 6 Jan 2006 08:12:05 +0000 (00:12 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:36 +0000 (08:33 -0800)
commitbb152f53120d66c98c1f16518407df6a84f23714
tree6696d5eccee5af88a7326edaebbd819e628b3e2c
parent67df197b1a07944c2e0e40ded3d4fd07d108e110
[PATCH] x86/x86_64: mark rodata section read-only: make some datastructures const

Mark some key kernel datastructures readonly.  This patch was previously
posted on Jun 28th but was back then not merged because nothing was enforcing
rodata anyway..  well that changed now :)

Patch by Christoph Lameter <christoph@lameter.com> and Dave Jones
<davej@redhat.com>

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/entry.S
arch/i386/kernel/syscall_table.S
arch/x86_64/ia32/ia32entry.S
arch/x86_64/kernel/syscall.c