Skip to content

Commit

Permalink
KNF
Browse files Browse the repository at this point in the history
  • Loading branch information
skrll committed Jan 20, 2020
1 parent 23794f2 commit 5859ccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/arch/aarch64/aarch64/cpu.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: cpu.c,v 1.34 2020/01/15 08:34:04 mrg Exp $ */
/* $NetBSD: cpu.c,v 1.35 2020/01/20 12:32:04 skrll Exp $ */

/*
* Copyright (c) 2017 Ryo Shimizu <[email protected]>
Expand Down Expand Up @@ -27,21 +27,21 @@
*/

#include <sys/cdefs.h>
__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.34 2020/01/15 08:34:04 mrg Exp $");
__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.35 2020/01/20 12:32:04 skrll Exp $");

#include "locators.h"
#include "opt_arm_debug.h"
#include "opt_fdt.h"
#include "opt_multiprocessor.h"

#include <sys/param.h>
#include <sys/systm.h>
#include <sys/atomic.h>
#include <sys/device.h>
#include <sys/cpu.h>
#include <sys/device.h>
#include <sys/kmem.h>
#include <sys/reboot.h>
#include <sys/sysctl.h>
#include <sys/systm.h>

#include <aarch64/armreg.h>
#include <aarch64/cpu.h>
Expand Down

0 comments on commit 5859ccb

Please sign in to comment.