diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-07 00:26:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-04-07 00:26:22 +0000 |
commit | b2fc14d809f74502de28ac71c663323b3980c80c (patch) | |
tree | a421b35a3b9e858a24060bfb1f97b03357d6a17a /sys/arch/hppa | |
parent | b002a6f7ff687cab756052f39624f85f917f2f83 (diff) |
duh. space vs tab
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 37086f2b82f..ffcb5d79c59 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.45 2005/04/07 00:21:51 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.46 2005/04/07 00:26:21 mickey Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -105,8 +105,8 @@ extern int cpu_hvers; #define HPPA_PGAMASK 0xfff00000 #define HPPA_PGAOFF 0x000fffff -#define HPPA_IOBEGIN 0xf0000000 -#define HPPA_IOLEN 0x10000000 +#define HPPA_IOBEGIN 0xf0000000 +#define HPPA_IOLEN 0x10000000 #define HPPA_PDC_LOW 0xef000000 #define HPPA_PDC_HIGH 0xf1000000 #define HPPA_IOBCAST 0xfffc0000 |