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
82e6df1e
Commit
82e6df1e
authored
Oct 01, 2014
by
Jesper Nilsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRIS: Export ioremap_nocache
Signed-off-by:
Jesper Nilsson
<
jesper.nilsson@axis.com
>
parent
6eb64b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/cris/mm/ioremap.c
arch/cris/mm/ioremap.c
+2
-1
No files found.
arch/cris/mm/ioremap.c
View file @
82e6df1e
...
@@ -76,10 +76,11 @@ void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned l
...
@@ -76,10 +76,11 @@ void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned l
* Must be freed with iounmap.
* Must be freed with iounmap.
*/
*/
void
__iomem
*
ioremap_nocache
(
unsigned
long
phys_addr
,
unsigned
long
size
)
void
__iomem
*
ioremap_nocache
(
unsigned
long
phys_addr
,
unsigned
long
size
)
{
{
return
__ioremap
(
phys_addr
|
MEM_NON_CACHEABLE
,
size
,
0
);
return
__ioremap
(
phys_addr
|
MEM_NON_CACHEABLE
,
size
,
0
);
}
}
EXPORT_SYMBOL
(
ioremap_nocache
);
void
iounmap
(
volatile
void
__iomem
*
addr
)
void
iounmap
(
volatile
void
__iomem
*
addr
)
{
{
...
...
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