aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-10-26 14:39:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-10-26 14:39:22 -0700
commitec9c166434595382be3babf266febf876327774d (patch)
treeff171644f5104e1c3903fa91292220b48f6714db /include/linux
parentMerge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (diff)
parentMIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit (diff)
downloadlinux-dev-ec9c166434595382be3babf266febf876327774d.tar.xz
linux-dev-ec9c166434595382be3babf266febf876327774d.zip
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/linux')
-rw-r--r--include/linux/tc.h1
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];