Remove an unnecessary "if defined(SUN4M)"

This commit is contained in:
thorpej 2002-07-17 15:53:21 +00:00
parent 6e5726c8c9
commit d7722ad8a6
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.34 2002/05/07 02:38:44 uwe Exp $
# $NetBSD: genassym.cf,v 1.35 2002/07/17 15:53:21 thorpej Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -160,7 +160,7 @@ define PG_VSHIFT PG_VSHIFT
define PG_PROTSHIFT PG_PROTSHIFT
define PG_PROTUREAD PG_PROTUREAD
define PG_PROTUWRITE PG_PROTUWRITE
if defined(SUN4M)
define SRMMU_TETYPE SRMMU_TETYPE
define SRMMU_TEPTE SRMMU_TEPTE
define SRMMU_PROT_MASK SRMMU_PROT_MASK
@ -168,7 +168,6 @@ define PPROT_R_RW PPROT_R_RW
define PPROT_RX_RX PPROT_RX_RX
define PPROT_RWX_RWX PPROT_RWX_RWX
define PPROT_WRITE PPROT_WRITE
endif
# FPU state
define FS_REGS offsetof(struct fpstate, fs_regs)