diff options
Diffstat (limited to 'sys/arch/arm64/include')
-rw-r--r-- | sys/arch/arm64/include/machine_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/include/machine_reg.h b/sys/arch/arm64/include/machine_reg.h index 033d6603cdc..114a7529a2a 100644 --- a/sys/arch/arm64/include/machine_reg.h +++ b/sys/arch/arm64/include/machine_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machine_reg.h,v 1.1 2016/12/17 23:38:33 patrick Exp $ */ +/* $OpenBSD: machine_reg.h,v 1.2 2017/04/30 13:04:49 mpi Exp $ */ /* * Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved. @@ -43,7 +43,7 @@ #define MACHINE_AGPIO_VBASE 0xfd300000 #define MACHINE_VBASE_FREE 0xfd400000 /* FFUART and/or BTUART are mapped to this area when - used for console or kgdb port */ + used for console */ #define ioreg_read(a) (*(volatile unsigned *)(a)) #define ioreg_write(a,v) (*(volatile unsigned *)(a)=(v)) |