Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
82e6df1e
Commit
82e6df1e
authored
10 years ago
by
Jesper Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
CRIS: Export ioremap_nocache
Signed-off-by:
Jesper Nilsson
<
jesper.nilsson@axis.com
>
parent
6eb64b8c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/cris/mm/ioremap.c
+2
-1
2 additions, 1 deletion
arch/cris/mm/ioremap.c
with
2 additions
and
1 deletion
arch/cris/mm/ioremap.c
+
2
−
1
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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment