aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkanoj <kanoj>2001-09-08 02:57:20 +0000
committerkanoj <kanoj>2001-09-08 02:57:20 +0000
commit416e05fb45b74f601c797808ddc5ca5a4c43116d (patch)
treead3b12bd72559ecca2086c04acaa94a484b9845a /include
parentf688fc9530beea0065400eab91f6131f4f6ee4b9 (diff)
downloadnetdev-vger-cvs-416e05fb45b74f601c797808ddc5ca5a4c43116d.tar.gz
Delete unneeded duplication of TASK_SIZE definition, one for ASSEMBLY, one
for non ASSEMBLY. Bad enough that TASK_SIZE is dependent on PGDIR_SIZE, which is dependent on PAGE_SIZE, without having multiple different values floating around.
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/processor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-sparc64/processor.h b/include/asm-sparc64/processor.h
index e064f898f..d35383004 100644
--- a/include/asm-sparc64/processor.h
+++ b/include/asm-sparc64/processor.h
@@ -1,4 +1,4 @@
-/* $Id: processor.h,v 1.72 2001-09-07 23:00:15 kanoj Exp $
+/* $Id: processor.h,v 1.73 2001-09-08 02:57:20 kanoj Exp $
* include/asm-sparc64/processor.h
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
@@ -33,11 +33,7 @@
#define wp_works_ok__is_a_macro /* for versions in ksyms.c */
/* User lives in his very own context, and cannot reference us. */
-#ifndef __ASSEMBLY__
#define TASK_SIZE ((unsigned long)-PGDIR_SIZE)
-#else
-#define TASK_SIZE 0xfffffffc00000000
-#endif
#ifndef __ASSEMBLY__