Skip to content

Commit

Permalink
Re-orgnaise a litte. From Simon.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrll committed Oct 16, 2022
1 parent a1dee93 commit 3009c46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sys/arch/riscv/riscv/riscv_machdep.c
@@ -1,4 +1,4 @@
/* $NetBSD: riscv_machdep.c,v 1.21 2022/10/16 06:14:53 skrll Exp $ */
/* $NetBSD: riscv_machdep.c,v 1.22 2022/10/16 06:19:16 skrll Exp $ */

/*-
* Copyright (c) 2014, 2019, 2022 The NetBSD Foundation, Inc.
Expand Down Expand Up @@ -33,7 +33,7 @@
#include "opt_riscv_debug.h"

#include <sys/cdefs.h>
__RCSID("$NetBSD: riscv_machdep.c,v 1.21 2022/10/16 06:14:53 skrll Exp $");
__RCSID("$NetBSD: riscv_machdep.c,v 1.22 2022/10/16 06:19:16 skrll Exp $");

#include <sys/param.h>

Expand All @@ -57,14 +57,14 @@ __RCSID("$NetBSD: riscv_machdep.c,v 1.21 2022/10/16 06:14:53 skrll Exp $");
#include <riscv/machdep.h>
#include <riscv/pte.h>

int cpu_printfataltraps;
char machine[] = MACHINE;
char machine_arch[] = MACHINE_ARCH;

#include <libfdt.h>
#include <dev/fdt/fdtvar.h>
#include <dev/fdt/fdt_memory.h>

int cpu_printfataltraps;
char machine[] = MACHINE;
char machine_arch[] = MACHINE_ARCH;

#ifdef VERBOSE_INIT_RISCV
#define VPRINTF(...) printf(__VA_ARGS__)
#else
Expand Down

0 comments on commit 3009c46

Please sign in to comment.