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
eb37e6dd
Commit
eb37e6dd
authored
Sep 06, 2013
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.11-fixes' into mips-for-linux-next
parents
356948f0
d451e734
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/mips/mm/dma-default.c
arch/mips/mm/dma-default.c
+3
-3
No files found.
arch/mips/mm/dma-default.c
View file @
eb37e6dd
...
...
@@ -61,9 +61,9 @@ static inline struct page *dma_addr_to_page(struct device *dev,
static
inline
int
cpu_needs_post_dma_flush
(
struct
device
*
dev
)
{
return
!
plat_device_is_coherent
(
dev
)
&&
(
curren
t_cpu_type
()
==
CPU_R10000
||
curren
t_cpu_type
()
==
CPU_R12000
||
curren
t_cpu_type
()
==
CPU_BMIPS5000
);
(
boo
t_cpu_type
()
==
CPU_R10000
||
boo
t_cpu_type
()
==
CPU_R12000
||
boo
t_cpu_type
()
==
CPU_BMIPS5000
);
}
static
gfp_t
massage_gfp_flags
(
const
struct
device
*
dev
,
gfp_t
gfp
)
...
...
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