We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca28bbc + 5309792 commit 69efd79Copy full SHA for 69efd79
scripts/aspell-pws
@@ -177,3 +177,4 @@ kfifo
177
PTR
178
ttt
179
tictactoe
180
+vmalloc
simrupt.c
@@ -9,6 +9,9 @@
9
#include <linux/slab.h>
10
#include <linux/version.h>
11
#include <linux/workqueue.h>
12
+#if defined(CONFIG_X86)
13
+#include <linux/vmalloc.h>
14
+#endif
15
16
MODULE_LICENSE("Dual MIT/GPL");
17
MODULE_AUTHOR("National Cheng Kung University, Taiwan");
0 commit comments