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
b5bbd40b
Commit
b5bbd40b
authored
Dec 18, 2002
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: More merge fixes.
parent
ae741224
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
arch/ia64/kernel/smpboot.c
arch/ia64/kernel/smpboot.c
+1
-1
include/asm-ia64/compat.h
include/asm-ia64/compat.h
+4
-4
No files found.
arch/ia64/kernel/smpboot.c
View file @
b5bbd40b
...
...
@@ -499,7 +499,7 @@ smp_prepare_cpus (unsigned int max_cpus)
/*
* If SMP should be disabled, then really disable it!
*/
if
(
!
max_cpus
||
(
max_cpus
<
-
1
)
)
{
if
(
!
max_cpus
)
{
printk
(
KERN_INFO
"SMP mode deactivated.
\n
"
);
cpu_online_map
=
phys_cpu_present_map
=
1
;
return
;
...
...
include/asm-ia64/compat.h
View file @
b5bbd40b
...
...
@@ -36,7 +36,7 @@ struct compat_stat {
compat_ino_t
st_ino
;
compat_mode_t
st_mode
;
compat_nlink_t
st_nlink
;
compa
y
_uid_t
st_uid
;
compa
t
_uid_t
st_uid
;
compat_gid_t
st_gid
;
compat_dev_t
st_rdev
;
u16
__pad2
;
...
...
@@ -44,11 +44,11 @@ struct compat_stat {
u32
st_blksize
;
u32
st_blocks
;
u32
st_atime
;
u32
__unused1
;
u32
st_atime_nsec
;
u32
st_mtime
;
u32
__unused2
;
u32
st_mtime_nsec
;
u32
st_ctime
;
u32
__unused3
;
u32
st_ctime_nsec
;
u32
__unused4
;
u32
__unused5
;
};
...
...
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