patch-2.4.0-test5 linux/arch/sparc/mm/hypersparc.S
Next file: linux/arch/sparc/mm/swift.S
Previous file: linux/arch/sparc/math-emu/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Jul 18 12:29:47 2000
- Orig file:
v2.4.0-test4/linux/arch/sparc/mm/hypersparc.S
- Orig date:
Fri Jun 23 21:55:08 2000
diff -u --recursive --new-file v2.4.0-test4/linux/arch/sparc/mm/hypersparc.S linux/arch/sparc/mm/hypersparc.S
@@ -1,4 +1,4 @@
-/* $Id: hypersparc.S,v 1.16 2000/06/04 06:23:52 anton Exp $
+/* $Id: hypersparc.S,v 1.17 2000/07/16 21:48:52 anton Exp $
* hypersparc.S: High speed Hypersparc mmu/cache operations.
*
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
@@ -11,17 +11,6 @@
#include <asm/pgtsrmmu.h>
#include <linux/config.h>
#include <linux/init.h>
-
-#define WINDOW_FLUSH(tmp1, tmp2) \
- mov 0, tmp1; \
-98: ld [%g6 + AOFF_task_thread + AOFF_thread_uwinmask], tmp2; \
- orcc %g0, tmp2, %g0; \
- add tmp1, 1, tmp1; \
- bne 98b; \
- save %sp, -64, %sp; \
-99: subcc tmp1, 1, tmp1; \
- bne 99b; \
- restore %g0, %g0, %g0;
.text
.align 4
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)