patch-2.4.0-test12 linux/include/asm-sparc/processor.h
Next file: linux/include/asm-sparc64/pgalloc.h
Previous file: linux/include/asm-sparc/hdreg.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Dec 11 12:37:03 2000
- Orig file:
v2.4.0-test11/linux/include/asm-sparc/processor.h
- Orig date:
Fri Jan 21 18:22:54 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-sparc/processor.h linux/include/asm-sparc/processor.h
@@ -1,4 +1,4 @@
-/* $Id: processor.h,v 1.77 2000/01/21 11:39:17 jj Exp $
+/* $Id: processor.h,v 1.78 2000/11/30 08:37:31 anton Exp $
* include/asm-sparc/processor.h
*
* Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
@@ -90,6 +90,7 @@
#define SPARC_FLAG_KTHREAD 0x1 /* task is a kernel thread */
#define SPARC_FLAG_UNALIGNED 0x2 /* is allowed to do unaligned accesses */
+#define SPARC_FLAG_MMAPSHARED 0x4 /* task wants a shared mmap */
#define INIT_MMAP { &init_mm, (0), (0), \
NULL, __pgprot(0x0) , VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)