]> git.neil.brown.name Git - history.git/commit
[PATCH] complete the move of the LDT code into
authorManfred Spraul <manfred@colorfullife.com>
Sun, 3 Nov 2002 08:38:13 +0000 (00:38 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 3 Nov 2002 08:38:13 +0000 (00:38 -0800)
commitcc1741c0e43ef1fccf8ca4265873593073c1153f
tree6ebd355f42175adb049be58243b343ece102a659
parent0605bb238b4469db0ed348b2dfed4eca07d37012
[PATCH] complete the move of the LDT code into

The i386 LDT code had it's own set of arch hooks (??_segments), I've
replaced most of them with the mmu context hooks in a previous patch.
The attached patch completes that change: replace release_segments with
destroy_context.

The patch is part of the -ac kernels in 2.4.  The patch breaks x86-64,
Andi Kleen promised to send you the corresponding
s/release_segments/destroy_context/ patch.
arch/i386/kernel/ldt.c
include/asm-i386/mmu_context.h
include/asm-i386/processor.h
mm/mmap.c