View | Details | Raw Unified | Return to bug 155004
Collapse All | Expand All

(-)linux-2.6.15.orig/include/asm-powerpc/uaccess.h (+2 lines)
Lines 11-16 Link Here
11
#define VERIFY_READ	0
11
#define VERIFY_READ	0
12
#define VERIFY_WRITE	1
12
#define VERIFY_WRITE	1
13
13
14
#define ARCH_KMALLOC_MINALIGN 8
15
14
/*
16
/*
15
 * The fs value determines whether argument validity checking should be
17
 * The fs value determines whether argument validity checking should be
16
 * performed or not.  If get_fs() == USER_DS, checking is performed, with
18
 * performed or not.  If get_fs() == USER_DS, checking is performed, with

Return to bug 155004