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
69f06782
Commit
69f06782
authored
Aug 24, 2017
by
Matt Turner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alpha: Fix section mismatches
Signed-off-by:
Matt Turner
<
mattst88@gmail.com
>
parent
4f61e078
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/alpha/kernel/core_marvel.c
arch/alpha/kernel/core_marvel.c
+2
-2
arch/alpha/kernel/smp.c
arch/alpha/kernel/smp.c
+1
-1
No files found.
arch/alpha/kernel/core_marvel.c
View file @
69f06782
...
...
@@ -351,7 +351,7 @@ marvel_init_io7(struct io7 *io7)
}
}
void
void
__init
marvel_io7_present
(
gct6_node
*
node
)
{
int
pe
;
...
...
@@ -406,7 +406,7 @@ marvel_find_console_vga_hose(void)
#endif
}
gct6_search_struct
gct_wanted_node_list
[]
=
{
gct6_search_struct
gct_wanted_node_list
[]
__initdata
=
{
{
GCT_TYPE_HOSE
,
GCT_SUBTYPE_IO_PORT_MODULE
,
marvel_io7_present
},
{
0
,
0
,
NULL
}
};
...
...
arch/alpha/kernel/smp.c
View file @
69f06782
...
...
@@ -115,7 +115,7 @@ wait_boot_cpu_to_stop(int cpuid)
/*
* Where secondaries begin a life of C.
*/
void
void
__init
smp_callin
(
void
)
{
int
cpuid
=
hard_smp_processor_id
();
...
...
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