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
cb363b93
Commit
cb363b93
authored
May 18, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Compile fix for cpu.h
Fixed ifdefs in cpu.h and reformatted a bit.
parent
9ca6aa19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
include/asm-arm/arch-omap/cpu.h
include/asm-arm/arch-omap/cpu.h
+12
-14
No files found.
include/asm-arm/arch-omap/cpu.h
View file @
cb363b93
...
...
@@ -114,7 +114,6 @@ IS_OMAP_CLASS(24xx, 0x24)
# undef cpu_is_omap16xx
# define cpu_is_omap16xx() is_omap16xx()
# endif
# endif
#else
# if defined(CONFIG_ARCH_OMAP730)
# undef cpu_is_omap7xx
...
...
@@ -199,10 +198,9 @@ IS_OMAP_TYPE(2420, 0x24)
# define cpu_is_omap1710() is_omap1710()
#endif
#
if defined(CONFIG_ARCH_OMAP2420)
#if defined(CONFIG_ARCH_OMAP2420)
# undef cpu_is_omap2420
# define cpu_is_omap2420() 1
# endif
#endif
#endif
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