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
d7c46114
Commit
d7c46114
authored
Oct 25, 2016
by
Vineet Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARC: boot log: remove awkward space comma from MMU line
Signed-off-by:
Vineet Gupta
<
vgupta@synopsys.com
>
parent
a024fd9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/arc/mm/tlb.c
arch/arc/mm/tlb.c
+3
-3
No files found.
arch/arc/mm/tlb.c
View file @
d7c46114
...
@@ -793,16 +793,16 @@ char *arc_mmu_mumbojumbo(int cpu_id, char *buf, int len)
...
@@ -793,16 +793,16 @@ char *arc_mmu_mumbojumbo(int cpu_id, char *buf, int len)
char
super_pg
[
64
]
=
""
;
char
super_pg
[
64
]
=
""
;
if
(
p_mmu
->
s_pg_sz_m
)
if
(
p_mmu
->
s_pg_sz_m
)
scnprintf
(
super_pg
,
64
,
"%dM Super Page
%s,
"
,
scnprintf
(
super_pg
,
64
,
"%dM Super Page
%s
"
,
p_mmu
->
s_pg_sz_m
,
p_mmu
->
s_pg_sz_m
,
IS_USED_CFG
(
CONFIG_TRANSPARENT_HUGEPAGE
));
IS_USED_CFG
(
CONFIG_TRANSPARENT_HUGEPAGE
));
n
+=
scnprintf
(
buf
+
n
,
len
-
n
,
n
+=
scnprintf
(
buf
+
n
,
len
-
n
,
"MMU [v%x]
\t
: %dk PAGE, %sJTLB %d (%dx%d), uDTLB %d, uITLB %d
%s%s
\n
"
,
"MMU [v%x]
\t
: %dk PAGE, %sJTLB %d (%dx%d), uDTLB %d, uITLB %d%s%s
\n
"
,
p_mmu
->
ver
,
p_mmu
->
pg_sz_k
,
super_pg
,
p_mmu
->
ver
,
p_mmu
->
pg_sz_k
,
super_pg
,
p_mmu
->
sets
*
p_mmu
->
ways
,
p_mmu
->
sets
,
p_mmu
->
ways
,
p_mmu
->
sets
*
p_mmu
->
ways
,
p_mmu
->
sets
,
p_mmu
->
ways
,
p_mmu
->
u_dtlb
,
p_mmu
->
u_itlb
,
p_mmu
->
u_dtlb
,
p_mmu
->
u_itlb
,
IS_AVAIL2
(
p_mmu
->
pae
,
"PAE40 "
,
CONFIG_ARC_HAS_PAE40
));
IS_AVAIL2
(
p_mmu
->
pae
,
"
,
PAE40 "
,
CONFIG_ARC_HAS_PAE40
));
return
buf
;
return
buf
;
}
}
...
...
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