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
29e0d209
Commit
29e0d209
authored
Nov 22, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Add
SH-5
subtypes to check_bugs() for utsname.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
b4eaa1cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
include/asm-sh/bugs.h
include/asm-sh/bugs.h
+10
-3
No files found.
include/asm-sh/bugs.h
View file @
29e0d209
...
@@ -48,9 +48,16 @@ static void __init check_bugs(void)
...
@@ -48,9 +48,16 @@ static void __init check_bugs(void)
*
p
++
=
's'
;
*
p
++
=
's'
;
*
p
++
=
'p'
;
*
p
++
=
'p'
;
break
;
break
;
default:
case
CPU_SH5_101
...
CPU_SH5_103
:
*
p
++
=
'?'
;
*
p
++
=
'6'
;
*
p
++
=
'!'
;
*
p
++
=
'4'
;
break
;
case
CPU_SH_NONE
:
/*
* Specifically use CPU_SH_NONE rather than default:,
* so we're able to have the compiler whine about
* unhandled enumerations.
*/
break
;
break
;
}
}
...
...
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