diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-29 20:30:34 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-06-29 20:30:34 +0000 |
commit | 73803e6455f42883135a7c19e1d118ff952fc86e (patch) | |
tree | 782ae3c472e254b122dd0c368eb8a516f85ad9e2 /sys/arch/mac68k | |
parent | fedf3c845cad7b49fefb26ab7ee064f1da678141 (diff) |
Remove COMPAT_HPUX. No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index 9feb14dd59c..3d87bc3029c 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.62 2009/03/15 20:40:25 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.63 2010/06/29 20:30:32 guenther Exp $ */ /* $NetBSD: locore.s,v 1.103 1998/07/09 06:02:50 scottr Exp $ */ /* @@ -1171,30 +1171,6 @@ Ltbias851: movc d0,cacr | invalidate on-chip d-cache rts -#if defined(COMPAT_HPUX) -/* - * Invalidate user side of TLB - */ -ENTRY(TBIAU) -#if defined(M68040) - cmpl #MMU_68040,_C_LABEL(mmutype) | 68040? - jne Lmotommu6 | no, skip - .word 0xf518 | yes, pflusha (for now) XXX -Lmotommu6: -#endif -#if defined(M68020) - tstl _C_LABEL(mmutype) - jle Ltbiau851 - pflush #0,#4 | flush user TLB entries - rts -Ltbiau851: -#endif - pflush #0,#4 | flush user TLB entries - movl #DC_CLEAR,d0 - movc d0,cacr | invalidate on-chip d-cache - rts -#endif /* COMPAT_HPUX */ - /* * Invalidate instruction cache */ |