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
1ed3b323
Commit
1ed3b323
authored
Sep 21, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: wrap pidhash reference for the moment
parent
0b024737
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
16 deletions
+2
-16
arch/ppc64/kernel/head.S
arch/ppc64/kernel/head.S
+2
-0
arch/ppc64/kernel/time.c
arch/ppc64/kernel/time.c
+0
-5
arch/ppc64/mm/init.c
arch/ppc64/mm/init.c
+0
-11
No files found.
arch/ppc64/kernel/head.S
View file @
1ed3b323
...
...
@@ -90,7 +90,9 @@ _STATIC(__start)
*
between
physical
addresses
and
absolute
addresses
)
and
*
to
the
pidhash
table
(
also
used
by
the
debugger
)
*/
.
llong
msChunks
-
KERNELBASE
#ifdef CONFIG_PPC_ISERIES
.
llong
pidhash
-
KERNELBASE
#endif
/
*
Offset
0x38
-
Pointer
to
start
of
embedded
System
.
map
*/
.
globl
embedded_sysmap_start
...
...
arch/ppc64/kernel/time.c
View file @
1ed3b323
...
...
@@ -469,11 +469,6 @@ void __init time_init(void)
last_rtc_update
=
xtime
.
tv_sec
;
write_unlock_irqrestore
(
&
xtime_lock
,
flags
);
#ifdef CONFIG_PPC_ISERIES
/* HACK HACK This allows the iSeries profiling to use /proc/profile */
prof_shift
=
0
;
#endif
/* Not exact, but the timer interrupt takes care of this */
set_dec
(
tb_ticks_per_jiffy
);
}
...
...
arch/ppc64/mm/init.c
View file @
1ed3b323
...
...
@@ -498,13 +498,6 @@ void __init paging_init(void)
}
#endif
extern
unsigned
long
prof_shift
;
extern
unsigned
long
prof_len
;
extern
unsigned
int
*
prof_buffer
;
extern
unsigned
long
dprof_shift
;
extern
unsigned
long
dprof_len
;
extern
unsigned
int
*
dprof_buffer
;
void
initialize_paca_hardware_interrupt_stack
(
void
);
void
__init
mem_init
(
void
)
...
...
@@ -577,10 +570,6 @@ void __init mem_init(void)
#ifdef CONFIG_PPC_ISERIES
create_virtual_bus_tce_table
();
/* HACK HACK This allows the iSeries profiling to use /proc/profile */
prof_shift
=
dprof_shift
;
prof_len
=
dprof_len
;
prof_buffer
=
dprof_buffer
;
#endif
}
...
...
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