Revert changes made in 1.10. They should not be necessary (we are

doing a single word store).  I've been running my Jornada without them
for a very long time, but got no word from dreamcast folks.  Thanks to
Nick Hudson for testing it on dreamcast finally.
This commit is contained in:
uwe 2006-02-12 02:23:03 +00:00
parent 899d1b31b2
commit c6474efc78
1 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mmu.c,v 1.13 2006/01/24 00:01:22 uwe Exp $ */
/* $NetBSD: mmu.c,v 1.14 2006/02/12 02:23:03 uwe Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mmu.c,v 1.13 2006/01/24 00:01:22 uwe Exp $");
__KERNEL_RCSID(0, "$NetBSD: mmu.c,v 1.14 2006/02/12 02:23:03 uwe Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -110,9 +110,6 @@ sh_mmu_information(void)
void
sh_tlb_set_asid(int asid)
{
int s;
s = _cpu_exception_suspend();
_reg_write_4(SH_(PTEH), asid);
_cpu_exception_resume(s);
}