Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/cortex Remove unused field
details: https://anonhg.NetBSD.org/src/rev/d7a91947b93d
branches: trunk
changeset: 962100:d7a91947b93d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Jun 26 23:10:42 2019 +0000
description:
Remove unused field
diffstat:
sys/arch/arm/cortex/gicv3.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 8811e81e3814 -r d7a91947b93d sys/arch/arm/cortex/gicv3.h
--- a/sys/arch/arm/cortex/gicv3.h Wed Jun 26 23:00:09 2019 +0000
+++ b/sys/arch/arm/cortex/gicv3.h Wed Jun 26 23:10:42 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gicv3.h,v 1.5 2019/06/17 10:15:08 jmcneill Exp $ */
+/* $NetBSD: gicv3.h,v 1.6 2019/06/26 23:10:42 jmcneill Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -60,9 +60,6 @@
bus_space_handle_t *sc_bsh_r; /* GICR */
u_int sc_bsh_r_count;
- u_int sc_flags;
-#define GICV3_F_SECURE 0x01
-
u_int sc_priority_shift;
u_int sc_pmr_shift;
Home |
Main Index |
Thread Index |
Old Index