Trailing whitespace
This commit is contained in:
parent
6e53169a58
commit
23f714ae41
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.121 2016/12/22 14:47:57 cherry Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.122 2017/05/07 12:20:50 skrll Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 Shin Takemura, All rights reserved.
|
||||
|
@ -69,7 +69,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.121 2016/12/22 14:47:57 cherry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.122 2017/05/07 12:20:50 skrll Exp $");
|
||||
|
||||
#include "opt_vr41xx.h"
|
||||
#include "opt_tx39xx.h"
|
||||
|
@ -129,7 +129,7 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.121 2016/12/22 14:47:57 cherry Exp $")
|
|||
#include <sys/exec_elf.h>
|
||||
#endif
|
||||
|
||||
#if NBICONSDEV > 0
|
||||
#if NBICONSDEV > 0
|
||||
#include <sys/conf.h>
|
||||
#include <dev/hpc/biconsvar.h>
|
||||
#include <dev/hpc/bicons.h>
|
||||
|
@ -193,13 +193,13 @@ extern void stacktrace(void); /*XXX*/
|
|||
|
||||
/*
|
||||
* Do all the stuff that locore normally does before calling main().
|
||||
* Process arguments passed to us by the boot loader.
|
||||
* Process arguments passed to us by the boot loader.
|
||||
* Return the first page address following the system.
|
||||
*/
|
||||
void
|
||||
mach_init(int argc, char *argv[], struct bootinfo *bi)
|
||||
{
|
||||
/*
|
||||
/*
|
||||
* this routines stack is never polluted since stack pointer
|
||||
* is lower than kernel text segment, and at exiting, stack pointer
|
||||
* is changed to proc0.
|
||||
|
@ -273,8 +273,8 @@ mach_init(int argc, char *argv[], struct bootinfo *bi)
|
|||
kloader_bootinfo_set(&kbi, argc, argv, bi, false);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* CPU core Specific Function Hooks
|
||||
/*
|
||||
* CPU core Specific Function Hooks
|
||||
*/
|
||||
#if defined(VR41XX) && defined(TX39XX)
|
||||
if (platid_match(&platid, &platid_mask_CPU_MIPS_VR_41XX))
|
||||
|
@ -291,8 +291,8 @@ mach_init(int argc, char *argv[], struct bootinfo *bi)
|
|||
#endif
|
||||
|
||||
#if NBICONSDEV > 0
|
||||
/*
|
||||
* bicons don't need actual device initialize. only bootinfo needed.
|
||||
/*
|
||||
* bicons don't need actual device initialize. only bootinfo needed.
|
||||
*/
|
||||
__bicons_enable = (bicons_init(&bicons) == 0);
|
||||
if (__bicons_enable)
|
||||
|
@ -419,8 +419,8 @@ mach_init(int argc, char *argv[], struct bootinfo *bi)
|
|||
#else
|
||||
(*platform.mem_init)((paddr_t)kernend - MIPS_KSEG0_START);
|
||||
#endif
|
||||
/*
|
||||
* Clear currently unused D-RAM area
|
||||
/*
|
||||
* Clear currently unused D-RAM area
|
||||
* (For reboot Windows CE clearly)
|
||||
*/
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue