Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
69f06782
Commit
69f06782
authored
7 years ago
by
Matt Turner
Browse files
Options
Downloads
Patches
Plain Diff
alpha: Fix section mismatches
Signed-off-by:
Matt Turner
<
mattst88@gmail.com
>
parent
4f61e078
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/alpha/kernel/core_marvel.c
+2
-2
2 additions, 2 deletions
arch/alpha/kernel/core_marvel.c
arch/alpha/kernel/smp.c
+1
-1
1 addition, 1 deletion
arch/alpha/kernel/smp.c
with
3 additions
and
3 deletions
arch/alpha/kernel/core_marvel.c
+
2
−
2
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
}
};
...
...
This diff is collapsed.
Click to expand it.
arch/alpha/kernel/smp.c
+
1
−
1
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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment