summaryrefslogtreecommitdiff
path: root/pfinet/linux/mm.h
blob: 0fb18a59dba3b46fa82908955e72a885891ed779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _HACK_MM_H_
#define _HACK_MM_H_

#include <linux/kernel.h>
#include <linux/sched.h>

/* All memory addresses are presumptively valid, because they are
   all internal. */
#define verify_area(a,b,c) 0

#define VERIFY_READ 0
#define VERIFY_WRITE 0
#define GFP_ATOMIC 0
#define GFP_KERNEL 0

#endif