diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-02 04:14:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-02 04:14:12 +0000 |
commit | 8ac98157ca665cfc4f515f8eedbe11b744c985c1 (patch) | |
tree | 1a6b0b61651fdfa23a787b1333897278bd38a61e /sys/arch | |
parent | 5900892f0fd0d50123fdbba7332f39ce6f4ec78e (diff) |
few lines are too close to see, gimme another file!
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |