Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
65d3db06
Commit
65d3db06
authored
Jul 24, 2009
by
Michal Simek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
microblaze: Typo fix for cpu param inconsistency
Signed-off-by:
Michal Simek
<
monstr@monstr.eu
>
parent
679711b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
+1
-1
arch/microblaze/kernel/cpu/cpuinfo-static.c
arch/microblaze/kernel/cpu/cpuinfo-static.c
+1
-1
No files found.
arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c
View file @
65d3db06
...
...
@@ -22,7 +22,7 @@
#define CI(c, p) { ci->c = PVR_##p(pvr); }
#define err_printk(x) \
early_printk("ERROR: Microblaze " x "
-
different for PVR and DTS\n");
early_printk("ERROR: Microblaze " x "
-
different for PVR and DTS\n");
void
set_cpuinfo_pvr_full
(
struct
cpuinfo
*
ci
,
struct
device_node
*
cpu
)
{
...
...
arch/microblaze/kernel/cpu/cpuinfo-static.c
View file @
65d3db06
...
...
@@ -18,7 +18,7 @@ static const char family_string[] = CONFIG_XILINX_MICROBLAZE0_FAMILY;
static
const
char
cpu_ver_string
[]
=
CONFIG_XILINX_MICROBLAZE0_HW_VER
;
#define err_printk(x) \
early_printk("ERROR: Microblaze " x "-
different for kernel and DTS\n");
early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
void
__init
set_cpuinfo_static
(
struct
cpuinfo
*
ci
,
struct
device_node
*
cpu
)
{
...
...
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