Merge branch 'master' into upstream
This commit is contained in:
@@ -35,4 +35,12 @@
|
||||
|
||||
#define MADV_FREE 0x5 /* (Solaris) contents can be freed */
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#ifndef __ASSEMBLY__
|
||||
#define arch_mmap_check sparc_mmap_check
|
||||
int sparc_mmap_check(unsigned long addr, unsigned long len,
|
||||
unsigned long flags);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* __SPARC_MMAN_H__ */
|
||||
|
||||
Reference in New Issue
Block a user