diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /include/asm-sparc64/visasm.h | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'include/asm-sparc64/visasm.h')
-rw-r--r-- | include/asm-sparc64/visasm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/visasm.h b/include/asm-sparc64/visasm.h index 2cf9e320c..175549c93 100644 --- a/include/asm-sparc64/visasm.h +++ b/include/asm-sparc64/visasm.h @@ -1,4 +1,4 @@ -/* $Id: visasm.h,v 1.3 1998/09/04 01:59:48 ecd Exp $ */ +/* $Id: visasm.h,v 1.4 1999/04/19 01:25:55 davem Exp $ */ #ifndef _SPARC64_VISASM_H #define _SPARC64_VISASM_H @@ -10,7 +10,7 @@ #include <asm/pstate.h> #include <asm/ptrace.h> -#define AOFF_task_fpregs (((ASIZ_task) + 255) & ~255) +#define AOFF_task_fpregs (((ASIZ_task) + (64 - 1)) & ~(64 - 1)) /* Clobbers %o5, %g1, %g2, %g3, %g7, %icc, %xcc */ |