#ifndef ___ASM_SPARC_UACCESS_H #define ___ASM_SPARC_UACCESS_H #if defined(__sparc__) && defined(__arch64__) #include #else #include #endif #define user_addr_max() \ (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL) extern long strncpy_from_user(char *dest, const char __user *src, long count); #endif 5.git' title='ralf/linux-ax25.git Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] PCI: Run PCI driver initialization on local nodeAndi Kleen2005-09-081-1/+1
* [PATCH] introduce and use kzallocPekka J Enberg2005-09-071-12/+6
* [PATCH] cpusets: confine oom_killer to mem_exclusive cpusetPaul Jackson2005-09-071-0/+5
* [PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson2005-09-072-10/+14
* [PATCH] cpusets: oom_kill tweaksPaul Jackson2005-09-071-26/+31
* [PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai2005-09-072-3/+3
* [PATCH] readahead: reset cache_hit earlierSteven Pratt2005-09-071-0/+1
* [PATCH] remove misleading comment above sys_brkChristoph Hellwig2005-09-071-7/+0
* [PATCH] More __read_mostly variablesChristoph Lameter2005-09-07