From bd73477f945644c88af22197acccc3559cea6b55 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Mon, 11 Jun 2001 19:07:14 +0000 Subject: [PATCH] Parentheses around definition of PODULE_GAP. --- sys/arch/arm26/podulebus/podulebusreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm26/podulebus/podulebusreg.h b/sys/arch/arm26/podulebus/podulebusreg.h index fb98dad90f6f..875035120b94 100644 --- a/sys/arch/arm26/podulebus/podulebusreg.h +++ b/sys/arch/arm26/podulebus/podulebusreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: podulebusreg.h,v 1.2 2001/01/12 00:13:26 bjh21 Exp $ */ +/* $NetBSD: podulebusreg.h,v 1.3 2001/06/11 19:07:14 bjh21 Exp $ */ /* * 2000 Ben Harris @@ -10,7 +10,7 @@ #define _PODULEBUSREG_H_ #define MAX_PODULES 4 -#define PODULE_GAP 0x4000 >> 2 +#define PODULE_GAP (0x4000 >> 2) /* Podule identity byte (ECId) flags */ #define ECID_IRQING 0x01