diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-10-26 14:39:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-10-26 14:39:22 -0700 |
commit | ec9c166434595382be3babf266febf876327774d (patch) | |
tree | ff171644f5104e1c3903fa91292220b48f6714db /include | |
parent | 685f7e4f161425b137056abe35ba8ef7b669d83d (diff) | |
parent | c61c7def1fa0a722610d89790e0255b74f3c07dd (diff) |
Merge tag 'mips_fixes_4.20_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Paul Burton:
"A couple of MIPS fixes that should have ideally made it for v4.19, but
hey-ho here they are now:
- A fix for potential poor stack placement introduced in v4.19-rc8.
- A fix for a warning introduced in use of TURBOchannel devices by
DMA changes in v4.16"
* tag 'mips_fixes_4.20_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
TC: Set DMA masks for devices
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tc.h b/include/linux/tc.h index f92511e57cdb..a60639f37963 100644 --- a/include/linux/tc.h +++ b/include/linux/tc.h @@ -84,6 +84,7 @@ struct tc_dev { device. */ struct device dev; /* Generic device interface. */ struct resource resource; /* Address space of this device. */ + u64 dma_mask; /* DMA addressable range. */ char vendor[9]; char name[9]; char firmware[9]; |