|
@@ -708,6 +708,7 @@ static const struct file_operations proc_oom_adjust_operations = {
|
|
|
.write = oom_adjust_write,
|
|
|
};
|
|
|
|
|
|
+#ifdef CONFIG_MMU
|
|
|
static ssize_t clear_refs_write(struct file *file, const char __user *buf,
|
|
|
size_t count, loff_t *ppos)
|
|
|
{
|
|
@@ -741,6 +742,7 @@ static ssize_t clear_refs_write(struct file *file, const char __user *buf,
|
|
|
static struct file_operations proc_clear_refs_operations = {
|
|
|
.write = clear_refs_write,
|
|
|
};
|
|
|
+#endif
|
|
|
|
|
|
#ifdef CONFIG_AUDITSYSCALL
|
|
|
#define TMPBUFLEN 21
|