Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/vfp Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/ee525f08b97d
branches: trunk
changeset: 989538:ee525f08b97d
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 17 08:47:21 2021 +0000
description:
Trailing whitespace
diffstat:
sys/arch/arm/vfp/pmap_vfp.S | 4 ++--
sys/arch/arm/vfp/vfp_init.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r 72fa6a17a89e -r ee525f08b97d sys/arch/arm/vfp/pmap_vfp.S
--- a/sys/arch/arm/vfp/pmap_vfp.S Sun Oct 17 07:26:20 2021 +0000
+++ b/sys/arch/arm/vfp/pmap_vfp.S Sun Oct 17 08:47:21 2021 +0000
@@ -32,7 +32,7 @@
#include <machine/asm.h>
#include "assym.h"
-RCSID("$NetBSD: pmap_vfp.S,v 1.6 2012/12/31 01:19:36 matt Exp $")
+RCSID("$NetBSD: pmap_vfp.S,v 1.7 2021/10/17 08:48:10 skrll Exp $")
/*
* This zeroes a page 64-bytes at a time. 64 was chosen over 32 since
@@ -88,7 +88,7 @@
pop {r0, r1}
ldr lr, [sp], #8 /* fetch LR */
add r2, r0, #PAGE_SIZE-128
-1:
+1:
#ifdef _ARM_ARCH_DWORD_OK
pld [r0, #128] @ preload the next 128
pld [r0, #160]
diff -r 72fa6a17a89e -r ee525f08b97d sys/arch/arm/vfp/vfp_init.c
--- a/sys/arch/arm/vfp/vfp_init.c Sun Oct 17 07:26:20 2021 +0000
+++ b/sys/arch/arm/vfp/vfp_init.c Sun Oct 17 08:47:21 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfp_init.c,v 1.74 2021/06/01 00:30:22 rin Exp $ */
+/* $NetBSD: vfp_init.c,v 1.75 2021/10/17 08:47:21 skrll Exp $ */
/*
* Copyright (c) 2008 ARM Ltd
@@ -32,7 +32,7 @@
#include "opt_cputypes.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfp_init.c,v 1.74 2021/06/01 00:30:22 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfp_init.c,v 1.75 2021/10/17 08:47:21 skrll Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -435,7 +435,7 @@
return 1;
}
- /*
+ /*
* If we already own the FPU and it's enabled (and no exception), raise
* SIGILL. If there is an exception, raise SIGFPE.
*/
Home |
Main Index |
Thread Index |
Old Index