Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 Remove stray #else / #endif block...
details: https://anonhg.NetBSD.org/src/rev/9a33a48bdf55
branches: trunk
changeset: 935848:9a33a48bdf55
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jul 10 15:12:33 2020 +0000
description:
Remove stray #else / #endif block in KASAN support commit
diffstat:
sys/arch/arm/include/arm32/vmparam.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 042a51bb4f0c -r 9a33a48bdf55 sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h Fri Jul 10 14:23:56 2020 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h Fri Jul 10 15:12:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.52 2020/07/10 12:45:15 skrll Exp $ */
+/* $NetBSD: vmparam.h,v 1.53 2020/07/10 15:12:33 skrll Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -139,10 +139,6 @@
#else
#define VM_KERNEL_VM_BASE 0x90000000
#endif
-#else
-#ifdef KASAN
-#error KASAN is unsupported on pre-ARMv6
-#endif
#define VM_KERNEL_VM_SIZE (VM_KERNEL_VM_END - VM_KERNEL_VM_BASE)
Home |
Main Index |
Thread Index |
Old Index