diff options
Diffstat (limited to 'sys/arch/hppa/include/cpu.h')
-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 3dae3c6d2aa..46b0f66abd5 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.28 2002/03/14 01:26:32 millert Exp $ */ +/* $OpenBSD: cpu.h,v 1.29 2002/03/15 21:44:18 mickey Exp $ */ /* * Copyright (c) 2000-2001 Michael Shalayeff @@ -62,7 +62,7 @@ /* * CPU types and features */ -#define HPPA_FTRS_BTLBS 0x00000001 +#define HPPA_FTRS_TLBU 0x00000001 #define HPPA_FTRS_BTLBU 0x00000002 #define HPPA_FTRS_HVT 0x00000004 #define HPPA_FTRS_W32B 0x00000008 |