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
455a01ec
Commit
455a01ec
authored
Jun 23, 2011
by
Dave Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mm: cache-v7: Use the new processor struct macros
Signed-off-by:
Dave Martin
<
dave.martin@linaro.org
>
parent
641d8233
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
arch/arm/mm/cache-v7.S
arch/arm/mm/cache-v7.S
+2
-13
No files found.
arch/arm/mm/cache-v7.S
View file @
455a01ec
...
...
@@ -325,16 +325,5 @@ ENDPROC(v7_dma_unmap_area)
__INITDATA
.
type
v7_cache_fns
,
#
object
ENTRY
(
v7_cache_fns
)
.
long
v7_flush_icache_all
.
long
v7_flush_kern_cache_all
.
long
v7_flush_user_cache_all
.
long
v7_flush_user_cache_range
.
long
v7_coherent_kern_range
.
long
v7_coherent_user_range
.
long
v7_flush_kern_dcache_area
.
long
v7_dma_map_area
.
long
v7_dma_unmap_area
.
long
v7_dma_flush_range
.
size
v7_cache_fns
,
.
-
v7_cache_fns
@
define
struct
cpu_cache_fns
(
see
<
asm
/
cacheflush
.
h
>
and
proc
-
macros
.
S
)
define_cache_functions
v7
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