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
a71f62ed
Commit
a71f62ed
authored
May 03, 2005
by
Tony Luck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IA64] Fix two warnings introduced by perfmon patches.
Signed-off-by:
Tony Luck
<
tony.luck@intel.com
>
parent
a5a70b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
arch/ia64/kernel/process.c
arch/ia64/kernel/process.c
+1
-3
No files found.
arch/ia64/kernel/process.c
View file @
a71f62ed
...
...
@@ -183,7 +183,7 @@ static int __init nohalt_setup(char * str)
}
__setup
(
"nohalt"
,
nohalt_setup
);
int
void
update_pal_halt_status
(
int
status
)
{
can_do_pal_halt
=
pal_halt
&&
status
;
...
...
@@ -195,8 +195,6 @@ update_pal_halt_status(int status)
void
default_idle
(
void
)
{
int
can_do_pal
;
while
(
!
need_resched
())
if
(
can_do_pal_halt
)
safe_halt
();
...
...
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