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
5efa19a8
Commit
5efa19a8
authored
Sep 23, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://lia64.bkbits.net/linux-ia64-release-2.6.9
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
6f2697c7
5ff874a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
arch/ia64/kernel/salinfo.c
arch/ia64/kernel/salinfo.c
+6
-1
No files found.
arch/ia64/kernel/salinfo.c
View file @
5efa19a8
...
...
@@ -417,7 +417,12 @@ salinfo_log_new_read(int cpu, struct salinfo_data *data)
if
(
!
data
->
saved_num
)
call_on_cpu
(
cpu
,
salinfo_log_read_cpu
,
data
);
data
->
state
=
data
->
log_size
?
STATE_LOG_RECORD
:
STATE_NO_DATA
;
if
(
!
data
->
log_size
)
{
data
->
state
=
STATE_NO_DATA
;
clear_bit
(
cpu
,
&
data
->
cpu_event
);
}
else
{
data
->
state
=
STATE_LOG_RECORD
;
}
}
static
ssize_t
...
...
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