Revision 57f570838341507682b7705f1d950608ef2182bd authored by Marek Olšák on 02 December 2012, 20:03:33 UTC, committed by Alex Deucher on 08 December 2012, 00:48:20 UTC
No version bump is required because setting the flag on older DRM has
no effect.

This only reserves the bit and doesn't use it. I assume we will use it
for buffer eviction heuristics.

Signed-off-by: Marek Olšák <maraeo@gmail.com>
1 parent ae133a1
Raw File
Kbuild
obj-y				+= kernel/
obj-y				+= mm/
obj-$(CONFIG_KVM)		+= kvm/
obj-$(CONFIG_CRYPTO_HW)		+= crypto/
obj-$(CONFIG_S390_HYPFS_FS)	+= hypfs/
obj-$(CONFIG_APPLDATA_BASE)	+= appldata/
obj-$(CONFIG_MATHEMU)		+= math-emu/
obj-y				+= net/
back to top