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
e3ee3a5b
Commit
e3ee3a5b
authored
Jul 23, 2002
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Jul 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k update (part 15)
M68k DMA address type update: Add definition for dma64_addr_t on m68k
parent
bcd781df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/asm-m68k/types.h
include/asm-m68k/types.h
+2
-1
No files found.
include/asm-m68k/types.h
View file @
e3ee3a5b
...
@@ -49,9 +49,10 @@ typedef unsigned long long u64;
...
@@ -49,9 +49,10 @@ typedef unsigned long long u64;
#define BITS_PER_LONG 32
#define BITS_PER_LONG 32
/* DMA addresses are 32-bits wide */
/* DMA addresses are
always
32-bits wide */
typedef
u32
dma_addr_t
;
typedef
u32
dma_addr_t
;
typedef
u32
dma64_addr_t
;
#endif
/* __KERNEL__ */
#endif
/* __KERNEL__ */
...
...
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