summaryrefslogtreecommitdiff
path: root/backport/compat/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-06-06 13:48:04 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-06-12 14:50:29 -0700
commit2ce5c22448bb45998318267c00b5d6ef9cff3170 (patch)
tree617cc643d30061d8e29f60d82ad1e706595f44f5 /backport/compat/Makefile
parent3d933ebf704c18ab3b7cdbd489021631fc1efe88 (diff)
backports: backport some memory functions
This includes the following functions needed by some drm drivers: arch_phys_wc_add() arch_phys_wc_del() phys_wc_to_mtrr_index() This backports the following commit form mainline kernel: commit d0d98eedee2178c803dd824bb09f52b0e2ac1811 Author: Andy Lutomirski <luto@amacapital.net> Date: Mon May 13 23:58:40 2013 +0000 Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'backport/compat/Makefile')
-rw-r--r--backport/compat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backport/compat/Makefile b/backport/compat/Makefile
index 18df1561..252290e3 100644
--- a/backport/compat/Makefile
+++ b/backport/compat/Makefile
@@ -35,6 +35,7 @@ compat-$(CPTCFG_BACKPORT_KERNEL_3_7) += compat-3.7.o
compat-$(CPTCFG_BACKPORT_KERNEL_3_8) += compat-3.8.o
compat-$(CPTCFG_BACKPORT_KERNEL_3_9) += compat-3.9.o
compat-$(CPTCFG_BACKPORT_KERNEL_3_10) += backport-3.10.o
+compat-$(CPTCFG_BACKPORT_KERNEL_3_11) += backport-3.11.o
compat-$(CPTCFG_BACKPORT_BUILD_KFIFO) += kfifo.o
compat-$(CPTCFG_BACKPORT_BUILD_GENERIC_ATOMIC64) += compat_atomic.o