From 9c9bdbdf843fdb3bb6c20df51fbee093e8b0510a Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Sat, 25 Jul 2015 14:50:44 +0300 Subject: [PATCH] unconstant_macros: add MAP_UNINITIALIZED This can be zero or not depending on the config. Signed-off-by: Dan Carpenter --- smatch_data/kernel.unconstant_macros | 1 + 1 file changed, 1 insertion(+) diff --git a/smatch_data/kernel.unconstant_macros b/smatch_data/kernel.unconstant_macros index d16d3a05..bafb4d28 100644 --- a/smatch_data/kernel.unconstant_macros +++ b/smatch_data/kernel.unconstant_macros @@ -7,3 +7,4 @@ ARCH_SHF_SMALL SLAB_NOTRACK FAULT_FLAG_TRANSHUGE _PAGE_NX +MAP_UNINITIALIZED -- 2.11.4.GIT