diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 3df55217406c..39d5a6062c21 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.56 2002/07/17 06:17:20 thorpej Exp $ */ +/* $NetBSD: param.h,v 1.57 2002/07/17 06:19:45 thorpej Exp $ */ /* * Copyright (c) 1992, 1993 @@ -272,4 +272,10 @@ extern void delay __P((unsigned int)); # define PGSHIFT pgshift #endif +/* + * Step 4: Sun4M and Sun4D systems have an SRMMU. Define some + * short-hand for this. + */ +#define CPU_HAS_SRMMU (CPU_ISSUN4M || CPU_ISSUN4D) + #endif /* _KERNEL || _STANDALONE */