summaryrefslogtreecommitdiff
path: root/include/asm-sparc/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/processor.h')
-rw-r--r--include/asm-sparc/processor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-sparc/processor.h b/include/asm-sparc/processor.h
index 092f1ca25baf..ad35e1613e3c 100644
--- a/include/asm-sparc/processor.h
+++ b/include/asm-sparc/processor.h
@@ -1,4 +1,4 @@
-/* $Id: processor.h,v 1.80 2000/12/31 10:05:43 davem Exp $
+/* $Id: processor.h,v 1.81 2001/03/27 02:36:37 davem Exp $
* include/asm-sparc/processor.h
*
* Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu)
@@ -90,7 +90,6 @@ struct thread_struct {
#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 }