aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r--include/linux/vmalloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
index 687fb11..9e4b356 100644
--- a/include/linux/vmalloc.h
+++ b/include/linux/vmalloc.h
@@ -33,6 +33,10 @@ struct vm_struct {
unsigned int nr_pages;
phys_addr_t phys_addr;
void *caller;
+#ifdef CONFIG_DEBUG_VMALLOC
+ unsigned int pid;
+ unsigned char *task_name;
+#endif
};
/*