Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ff315945
Commit
ff315945
authored
Mar 26, 2003
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Plain Diff
Merge samba.org:/scratch/anton/export into samba.org:/scratch/anton/tmp3
parents
2bcf8417
acf26fda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
arch/ppc64/kernel/stab.c
arch/ppc64/kernel/stab.c
+6
-1
No files found.
arch/ppc64/kernel/stab.c
View file @
ff315945
...
@@ -346,7 +346,12 @@ static void preload_stab(struct task_struct *tsk, struct mm_struct *mm)
...
@@ -346,7 +346,12 @@ static void preload_stab(struct task_struct *tsk, struct mm_struct *mm)
void
flush_stab
(
struct
task_struct
*
tsk
,
struct
mm_struct
*
mm
)
void
flush_stab
(
struct
task_struct
*
tsk
,
struct
mm_struct
*
mm
)
{
{
if
(
cpu_has_slb
())
{
if
(
cpu_has_slb
())
{
if
(
!
STAB_PRESSURE
&&
test_thread_flag
(
TIF_32BIT
))
{
/*
* XXX disable 32bit slb invalidate optimisation until we fix
* the issue where a 32bit app execed out of a 64bit app can
* cause segments above 4GB not to be flushed - Anton
*/
if
(
0
&&
!
STAB_PRESSURE
&&
test_thread_flag
(
TIF_32BIT
))
{
union
{
union
{
unsigned
long
word0
;
unsigned
long
word0
;
slb_dword0
data
;
slb_dword0
data
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment