Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/5f3f9ff73388
branches: trunk
changeset: 971213:5f3f9ff73388
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Apr 18 10:55:43 2020 +0000
description:
Trailing whitespace
diffstat:
sys/arch/acorn32/acorn32/rpc_machdep.c | 38 +++++++++---------
sys/arch/acorn32/conf/EB7500ATX | 6 +-
sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c | 40 ++++++++++----------
sys/arch/arm/at91/at91bus.c | 20 +++++-----
sys/arch/cats/conf/GENERIC | 4 +-
sys/arch/evbarm/adi_brh/brh_machdep.c | 18 ++++----
sys/arch/evbarm/armadillo/armadillo9_machdep.c | 30 +++++++-------
sys/arch/evbarm/conf/GENERIC64 | 4 +-
sys/arch/evbarm/conf/IYONIX | 6 +-
sys/arch/evbarm/conf/MARVELL_NAS | 4 +-
sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c | 40 ++++++++++----------
sys/arch/evbarm/hdl_g/hdlg_machdep.c | 16 ++++----
sys/arch/evbarm/imx31/imx31lk_machdep.c | 20 +++++-----
sys/arch/evbarm/integrator/integrator_machdep.c | 8 ++--
sys/arch/evbarm/iq80310/iq80310_machdep.c | 18 ++++----
sys/arch/evbarm/iq80321/iq80321_machdep.c | 18 ++++----
sys/arch/evbarm/ixdp425/ixdp425_machdep.c | 18 ++++----
sys/arch/evbarm/ixm1200/ixm1200_machdep.c | 18 ++++----
sys/arch/evbarm/iyonix/iyonix_machdep.c | 20 +++++-----
sys/arch/evbarm/lubbock/lubbock_machdep.c | 40 ++++++++++----------
sys/arch/evbarm/mini2440/mini2440_machdep.c | 4 +-
sys/arch/evbarm/mmnet/mmnet_machdep.c | 10 ++--
sys/arch/evbarm/mpcsa/mpcsa_machdep.c | 10 ++--
sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c | 18 ++++----
sys/arch/evbarm/nslu2/nslu2_machdep.c | 18 ++++----
sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c | 12 +++---
sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c | 10 ++--
sys/arch/evbarm/tsarm/tsarm_machdep.c | 46 ++++++++++++------------
sys/arch/evbarm/viper/viper_machdep.c | 24 ++++++------
sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c | 18 ++++----
sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c | 18 ++++----
sys/arch/iyonix/conf/GENERIC | 6 +-
sys/arch/iyonix/iyonix/iyonix_machdep.c | 20 +++++-----
sys/arch/netwinder/conf/GENERIC | 4 +-
sys/arch/netwinder/netwinder/netwinder_machdep.c | 16 ++++----
sys/arch/zaurus/zaurus/machdep.c | 8 ++--
36 files changed, 314 insertions(+), 314 deletions(-)
diffs (truncated from 2261 to 300 lines):
diff -r 3a4e40877454 -r 5f3f9ff73388 sys/arch/acorn32/acorn32/rpc_machdep.c
--- a/sys/arch/acorn32/acorn32/rpc_machdep.c Sat Apr 18 10:46:32 2020 +0000
+++ b/sys/arch/acorn32/acorn32/rpc_machdep.c Sat Apr 18 10:55:43 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_machdep.c,v 1.96 2019/10/04 12:08:33 christos Exp $ */
+/* $NetBSD: rpc_machdep.c,v 1.97 2020/04/18 10:55:43 skrll Exp $ */
/*
* Copyright (c) 2000-2002 Reinoud Zandijk.
@@ -55,7 +55,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.96 2019/10/04 12:08:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.97 2020/04/18 10:55:43 skrll Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -151,7 +151,7 @@
#define KERNEL_PT_KERNEL 2 /* Page table for mapping kernel 0-4MB*/
#define KERNEL_PT_KERNEL_4MB 3 /* Page table for mapping kernel 4-8MB*/
#define KERNEL_PT_VMDATA 4 /* Page tables for mapping kernel VM */
-#define KERNEL_PT_VMDATA_NUM 4 /* start with 16MB of KVM */
+#define KERNEL_PT_VMDATA_NUM 4 /* start with 16MB of KVM */
#define NUM_KERNEL_PTS (KERNEL_PT_VMDATA + KERNEL_PT_VMDATA_NUM)
pv_addr_t kernel_pt_table[NUM_KERNEL_PTS];
@@ -336,7 +336,7 @@
/*
* Mapping table for core kernel memory. This memory is mapped at init
* time with section mappings.
- *
+ *
* XXX One big assumption in the current architecture seems that the kernel is
* XXX supposed to be mapped into bootconfig.dram[0].
*/
@@ -431,9 +431,9 @@
videomemory.vidm_vbase = bootconfig.display_start;
videomemory.vidm_pbase = bootconfig.display_phys;
videomemory.vidm_size = bootconfig.display_size;
- if (bootconfig.vram[0].pages)
+ if (bootconfig.vram[0].pages)
videomemory.vidm_type = VIDEOMEM_TYPE_VRAM;
- else
+ else
videomemory.vidm_type = VIDEOMEM_TYPE_DRAM;
vidc_base = (int *) VIDC_HW_BASE;
iomd_base = IOMD_HW_BASE;
@@ -475,7 +475,7 @@
* The initarm() has the responsibility for creating the kernel
* page tables.
* It must also set up various memory pointers that are used
- * by pmap etc.
+ * by pmap etc.
*/
#ifdef FORCE_VERBOSE_INIT_ARM
@@ -489,7 +489,7 @@
#define VERBOSE_INIT_ARM
#endif
/* START OF REAL NEW STUFF */
-
+
/* Check to make sure the page size is correct */
if (PAGE_SIZE != bootconfig.pagesize)
panic2(("Page size is %d bytes instead of %d !! (huh?)\n",
@@ -500,7 +500,7 @@
/*
* Now set up the page tables for the kernel ... this part is copied
- * in a (modified?) way from the EBSA machine port....
+ * in a (modified?) way from the EBSA machine port....
*/
#ifdef VERBOSE_INIT_ARM
@@ -511,7 +511,7 @@
* memory
*/
physical_start = 0xffffffff;
- physical_end = 0;
+ physical_end = 0;
kinetic_physical_start = 0xffffffff;
#ifdef VERBOSE_INIT_ARM
printf("memory blocks:\n");
@@ -567,7 +567,7 @@
physical_freestart = kernel_start;
free_pages = bootconfig.drampages;
physical_freeend = physical_end;
-
+
/*
* AHUM !! set this variable ... it was set up in the old 1st
* stage bootloader
@@ -578,7 +578,7 @@
physical_freestart +=
bootconfig.kernsize + bootconfig.scratchsize;
free_pages -= (bootconfig.kernsize + bootconfig.scratchsize) / PAGE_SIZE;
-
+
/* Define a macro to simplify memory allocation */
#define valloc_pages(var, np) \
alloc_pages((var).pv_pa, (np)); \
@@ -627,13 +627,13 @@
#ifdef VERBOSE_INIT_ARM
printf("Setting up stacks :\n");
printf("IRQ stack: p0x%08lx v0x%08lx\n",
- irqstack.pv_pa, irqstack.pv_va);
+ irqstack.pv_pa, irqstack.pv_va);
printf("ABT stack: p0x%08lx v0x%08lx\n",
- abtstack.pv_pa, abtstack.pv_va);
+ abtstack.pv_pa, abtstack.pv_va);
printf("UND stack: p0x%08lx v0x%08lx\n",
- undstack.pv_pa, undstack.pv_va);
+ undstack.pv_pa, undstack.pv_va);
printf("SVC stack: p0x%08lx v0x%08lx\n",
- kernelstack.pv_pa, kernelstack.pv_va);
+ kernelstack.pv_pa, kernelstack.pv_va);
printf("\n");
#endif
@@ -818,7 +818,7 @@
*/
uvm_lwp_setuarea(&lwp0, kernelstack.pv_va);
- /*
+ /*
* if there is support for a serial console ...we should now
* reattach it
*/
@@ -901,7 +901,7 @@
* We now have the kernel in physical memory from the bottom upwards.
* Kernel page tables are physically above this.
* The kernel is mapped to 0xf0000000
- * The kernel data PTs will handle the mapping of
+ * The kernel data PTs will handle the mapping of
* 0xf1000000-0xf5ffffff (80 Mb)
* 2Meg of VRAM is mapped to 0xf7000000
* The page tables are mapped to 0xefc00000
@@ -1014,7 +1014,7 @@
#ifdef CPU_SA110
if (cputype == CPU_ID_SA110)
- rpc_sa110_cc_setup();
+ rpc_sa110_cc_setup();
#endif /* CPU_SA110 */
#if NKSYMS || defined(DDB) || defined(MODULAR)
diff -r 3a4e40877454 -r 5f3f9ff73388 sys/arch/acorn32/conf/EB7500ATX
--- a/sys/arch/acorn32/conf/EB7500ATX Sat Apr 18 10:46:32 2020 +0000
+++ b/sys/arch/acorn32/conf/EB7500ATX Sat Apr 18 10:55:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: EB7500ATX,v 1.69 2020/01/19 01:25:03 thorpej Exp $
+# $NetBSD: EB7500ATX,v 1.70 2020/04/18 10:55:43 skrll Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "EB7500ATX-$Revision: 1.69 $"
+#ident "EB7500ATX-$Revision: 1.70 $"
# estimated number of users
maxusers 32
@@ -222,7 +222,7 @@
cs* at rsbus?
# Builtin DS1687 clock
-# Not functioning (yet)
+# Not functioning (yet)
#ds1687rtc* at rsbus?
pseudo-device loop # network loopback
diff -r 3a4e40877454 -r 5f3f9ff73388 sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
--- a/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c Sat Apr 18 10:46:32 2020 +0000
+++ b/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c Sat Apr 18 10:55:43 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: eb7500atx_machdep.c,v 1.32 2020/03/29 10:25:28 skrll Exp $ */
+/* $NetBSD: eb7500atx_machdep.c,v 1.33 2020/04/18 10:55:43 skrll Exp $ */
/*
* Copyright (c) 2000-2002 Reinoud Zandijk.
@@ -55,7 +55,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.32 2020/03/29 10:25:28 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.33 2020/04/18 10:55:43 skrll Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -156,7 +156,7 @@
#define KERNEL_PT_SYS 1 /* Page table for mapping proc0 zero page */
#define KERNEL_PT_KERNEL 2 /* Page table for mapping kernel */
#define KERNEL_PT_VMDATA 3 /* Page tables for mapping kernel VM */
-#define KERNEL_PT_VMDATA_NUM 4 /* start with 16MB of KVM */
+#define KERNEL_PT_VMDATA_NUM 4 /* start with 16MB of KVM */
#define NUM_KERNEL_PTS (KERNEL_PT_VMDATA + KERNEL_PT_VMDATA_NUM)
pv_addr_t kernel_pt_table[NUM_KERNEL_PTS];
@@ -313,7 +313,7 @@
/*
* Mapping table for core kernel memory. This memory is mapped at init
* time with section mappings.
- *
+ *
* XXX One big assumption in the current architecture seems that the kernel is
* XXX supposed to be mapped into bootconfig.dram[0].
*/
@@ -396,9 +396,9 @@
videomemory.vidm_vbase = bootconfig.display_start;
videomemory.vidm_pbase = bootconfig.display_phys;
videomemory.vidm_size = bootconfig.display_size;
- if (bootconfig.vram[0].pages)
+ if (bootconfig.vram[0].pages)
videomemory.vidm_type = VIDEOMEM_TYPE_VRAM;
- else
+ else
videomemory.vidm_type = VIDEOMEM_TYPE_DRAM;
vidc_base = (int *) VIDC_HW_BASE;
iomd_base = IOMD_HW_BASE;
@@ -438,7 +438,7 @@
* The initarm() has the responsibility for creating the kernel
* page tables.
* It must also set up various memory pointers that are used
- * by pmap etc.
+ * by pmap etc.
*/
/* START OF REAL NEW STUFF */
@@ -454,7 +454,7 @@
/*
* Now set up the page tables for the kernel ... this part is copied
- * in a (modified?) way from the EBSA machine port....
+ * in a (modified?) way from the EBSA machine port....
*/
#ifdef VERBOSE_INIT_ARM
@@ -465,7 +465,7 @@
* memory
*/
physical_start = 0xffffffff;
- physical_end = 0;
+ physical_end = 0;
for (loop = 0, physmem = 0; loop < bootconfig.dramblocks; ++loop) {
if (bootconfig.dram[loop].address < physical_start)
physical_start = bootconfig.dram[loop].address;
@@ -484,7 +484,7 @@
if (physical_start != bootconfig.dram[0].address) {
int oldblocks = 0;
- /*
+ /*
* must be a kinetic, as it's the only thing to shuffle memory
* around
*/
@@ -502,13 +502,13 @@
}
}
physical_start = bootconfig.dram[0].address;
- bootconfig.dramblocks -= oldblocks;
+ bootconfig.dramblocks -= oldblocks;
}
-
+
physical_freestart = physical_start;
free_pages = bootconfig.drampages;
physical_freeend = physical_end;
-
+
/*
* AHUM !! set this variable ... it was set up in the old 1st
@@ -521,7 +521,7 @@
physical_freestart +=
bootconfig.kernsize + bootconfig.MDFsize + bootconfig.scratchsize;
free_pages -= (physical_freestart - physical_start) / PAGE_SIZE;
-
+
/* Define a macro to simplify memory allocation */
#define valloc_pages(var, np) \
alloc_pages((var).pv_pa, (np)); \
@@ -571,13 +571,13 @@
#ifdef VERBOSE_INIT_ARM
printf("Setting up stacks :\n");
printf("IRQ stack: p0x%08lx v0x%08lx\n",
- irqstack.pv_pa, irqstack.pv_va);
+ irqstack.pv_pa, irqstack.pv_va);
printf("ABT stack: p0x%08lx v0x%08lx\n",
- abtstack.pv_pa, abtstack.pv_va);
+ abtstack.pv_pa, abtstack.pv_va);
printf("UND stack: p0x%08lx v0x%08lx\n",
- undstack.pv_pa, undstack.pv_va);
+ undstack.pv_pa, undstack.pv_va);
printf("SVC stack: p0x%08lx v0x%08lx\n",
- kernelstack.pv_pa, kernelstack.pv_va);
+ kernelstack.pv_pa, kernelstack.pv_va);
printf("\n");
Home |
Main Index |
Thread Index |
Old Index