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
c5b678b3
Commit
c5b678b3
authored
4 years ago
by
Vineet Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARC: boot log: eliminate struct cpuinfo_arc #3: don't export
Signed-off-by:
Vineet Gupta
<
vgupta@kernel.org
>
parent
17a5ed56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
arch/arc/include/asm/arcregs.h
arch/arc/include/asm/arcregs.h
+0
-2
arch/arc/kernel/mcip.c
arch/arc/kernel/mcip.c
+0
-2
No files found.
arch/arc/include/asm/arcregs.h
View file @
c5b678b3
...
...
@@ -384,8 +384,6 @@ struct cpuinfo_arc {
struct
bcr_mpy
extn_mpy
;
};
extern
struct
cpuinfo_arc
cpuinfo_arc700
[];
static
inline
int
is_isa_arcv2
(
void
)
{
return
IS_ENABLED
(
CONFIG_ISA_ARCV2
);
...
...
This diff is collapsed.
Click to expand it.
arch/arc/kernel/mcip.c
View file @
c5b678b3
...
...
@@ -165,8 +165,6 @@ static void mcip_probe_n_setup(void)
IS_AVAIL1
(
mp
.
idu
,
"IDU "
),
IS_AVAIL1
(
mp
.
dbg
,
"DEBUG "
),
IS_AVAIL1
(
mp
.
gfrc
,
"GFRC"
));
cpuinfo_arc700
[
0
].
extn
.
gfrc
=
mp
.
gfrc
;
}
struct
plat_smp_ops
plat_smp_ops
=
{
...
...
This diff is collapsed.
Click to expand it.
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