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
41d1f19a
Commit
41d1f19a
authored
Mar 10, 2008
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Yosemite: Fix a few more section reference bugs.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
2ac7401d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/mips/pmc-sierra/yosemite/smp.c
arch/mips/pmc-sierra/yosemite/smp.c
+3
-3
No files found.
arch/mips/pmc-sierra/yosemite/smp.c
View file @
41d1f19a
...
...
@@ -7,10 +7,10 @@
#define LAUNCHSTACK_SIZE 256
static
__initdata
DEFINE_SPINLOCK
(
launch_lock
);
static
__
cpu
initdata
DEFINE_SPINLOCK
(
launch_lock
);
static
unsigned
long
secondary_sp
__initdata
;
static
unsigned
long
secondary_gp
__initdata
;
static
unsigned
long
secondary_sp
__
cpu
initdata
;
static
unsigned
long
secondary_gp
__
cpu
initdata
;
static
unsigned
char
launchstack
[
LAUNCHSTACK_SIZE
]
__initdata
__attribute__
((
aligned
(
2
*
sizeof
(
long
))));
...
...
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