summaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/include/asm/uaccess.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/frv/include/asm/uaccess.h b/arch/frv/include/asm/uaccess.h
index c0f4057eab60..9e01bd798a03 100644
--- a/arch/frv/include/asm/uaccess.h
+++ b/arch/frv/include/asm/uaccess.h
@@ -22,9 +22,6 @@
22 22
23#define __ptr(x) ((unsigned long __force *)(x)) 23#define __ptr(x) ((unsigned long __force *)(x))
24 24
25#define VERIFY_READ 0
26#define VERIFY_WRITE 1
27
28/* 25/*
29 * check that a range of addresses falls within the current address limit 26 * check that a range of addresses falls within the current address limit
30 */ 27 */