From 9677cd160068c81899802ad8c77c0879d451b880 Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Sun, 30 Apr 2017 13:04:50 +0000 Subject: Unifdef KGDB. It doesn't compile und hasn't been working during the last decade. ok kettenis@, deraadt@ --- sys/arch/arm64/include/machine_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/arm64/include') 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)) -- cgit v1.2.3