From 8ac98157ca665cfc4f515f8eedbe11b744c985c1 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 2 Dec 2001 04:14:12 +0000 Subject: few lines are too close to see, gimme another file! --- sys/arch/hppa/include/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 562f5a302eb..50b7382bdaa 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.23 2001/12/02 04:10:25 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.24 2001/12/02 04:14:11 mickey Exp $ */ /* * Copyright (c) 2000-2001 Michael Shalayeff @@ -98,7 +98,7 @@ extern const char *cpu_typename; #define HPPA_FLEX_DATA 0xfff80001 #define HPPA_DMA_ENABLE 0x00000001 #define HPPA_FLEX_MASK 0xfffc0000 -#define HPPA_FLEX(a) (((a) & FLEX_MASK) >> 18) +#define HPPA_FLEX(a) (((a) & HPPA_FLEX_MASK) >> 18) #define HPPA_SPA_ENABLE 0x00000020 #define HPPA_NMODSPBUS 64 -- cgit v1.2.3