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
Kirill Smelkov
linux
Commits
41d64318
Commit
41d64318
authored
Mar 26, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: thread.pgdir not required any more
parent
67b9b40a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
include/asm-ppc64/processor.h
include/asm-ppc64/processor.h
+0
-2
No files found.
include/asm-ppc64/processor.h
View file @
41d64318
...
...
@@ -665,7 +665,6 @@ struct thread_struct {
unsigned
long
ksp
;
/* Kernel stack pointer */
struct
pt_regs
*
regs
;
/* Pointer to saved register state */
mm_segment_t
fs
;
/* for get_fs() validation */
void
*
pgdir
;
/* root of page-table tree */
signed
long
last_syscall
;
double
fpr
[
32
];
/* Complete floating point set */
unsigned
long
fpscr_pad
;
/* fpr ... fpscr must be contiguous */
...
...
@@ -678,7 +677,6 @@ struct thread_struct {
INIT_SP,
/* ksp */
\
(struct pt_regs *)INIT_SP - 1,
/* regs */
\
KERNEL_DS,
/*fs*/
\
swapper_pg_dir,
/* pgdir */
\
0,
/* last_syscall */
\
{0}, 0, 0 \
}
...
...
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