]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc64: Fix 32bit largepage issue
authorAnton Blanchard <anton@samba.org>
Mon, 21 Feb 2005 23:30:18 +0000 (15:30 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 21 Feb 2005 23:30:18 +0000 (15:30 -0800)
commit8c9145c12971c3118697eb1732f6fd1fe8be6581
tree75bea8f4733bd8e279a2067398d9bd67a52e119a
parent5e7ec984c7bd47c6cab58001b521aa8ad854bdc4
[PATCH] ppc64: Fix 32bit largepage issue

The paca holds a shadow of the context struct, used for the real mode SLB
handler.  When we open up a new segment we have to sync up the paca copy
otherwise we will instantiate small page SLB entries until the next context
switch (at which point we resync the paca copy).

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/mm/hugetlbpage.c