diff options
author | 2010-02-03 05:25:58 +0000 | |
---|---|---|
committer | 2010-02-03 05:25:58 +0000 | |
commit | 9ad3feca347d4e4ceec3bbdef150829aab2d025b (patch) | |
tree | a5d2ff28a533601908c8f0fde10d15d33ab26979 | |
parent | Document 'show bcstats'. (diff) | |
download | wireguard-openbsd-9ad3feca347d4e4ceec3bbdef150829aab2d025b.tar.xz wireguard-openbsd-9ad3feca347d4e4ceec3bbdef150829aab2d025b.zip |
typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJS
ok drahn@
-rw-r--r-- | sys/arch/arm/include/armreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/include/armreg.h b/sys/arch/arm/include/armreg.h index a2f17a62823..0f74e8582b6 100644 --- a/sys/arch/arm/include/armreg.h +++ b/sys/arch/arm/include/armreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: armreg.h,v 1.7 2009/05/24 04:56:19 drahn Exp $ */ +/* $OpenBSD: armreg.h,v 1.8 2010/02/03 05:25:58 kevlo Exp $ */ /* $NetBSD: armreg.h,v 1.27 2003/09/06 08:43:02 rearnsha Exp $ */ /* @@ -193,7 +193,7 @@ #define CPU_ID_ARM966ESR1 0x41059660 /* XXX no MMU */ #define CPU_ID_ARM1020E 0x4115a200 /* (AKA arm10 rev 1) */ #define CPU_ID_ARM1022ES 0x4105a220 -#define CPU_ID_ARM1022EJS 0x4106a260 +#define CPU_ID_ARM1026EJS 0x4106a260 #define CPU_ID_ARM1136JS 0x4107b360 #define CPU_ID_ARM1136JSR1 0x4117b360 #define CPU_ID_SA110 0x4401a100 |