From: mlarkin Date: Tue, 8 Nov 2022 20:41:36 +0000 (+0000) Subject: KNF/whitespace - no code change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=da1f63bfa4e8018538ebe17e29c91e146fb6a3d6;p=openbsd KNF/whitespace - no code change --- diff --git a/sys/arch/arm64/include/cpu.h b/sys/arch/arm64/include/cpu.h index 42d1b502f5f..f1eea12bb84 100644 --- a/sys/arch/arm64/include/cpu.h +++ b/sys/arch/arm64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.29 2022/11/08 17:56:38 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.30 2022/11/08 20:41:36 mlarkin Exp $ */ /* * Copyright (c) 2016 Dale Rahn * @@ -22,7 +22,7 @@ * User-visible definitions */ -/* +/* * CTL_MACHDEP definitions. */ #define CPU_COMPATIBLE 1 /* compatible property */ @@ -121,7 +121,7 @@ struct cpu_info { uint64_t ci_ttbr1; vaddr_t ci_el1_stkend; - + struct opp_table *ci_opp_table; volatile int ci_opp_idx; volatile int ci_opp_max;