CVS commit: src/sys/arch/arm/arm

2024-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note

CVS commit: src/sys/arch/arm/arm

2024-04-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 14 07:56:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/arm/arm/sig_machdep.c Please note

CVS commit: src/sys/arch/arm/arm

2024-01-15 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jan 15 19:34:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: disksubr_acorn.c Log Message: Replace format specifier from %08x to PRId64 for bp->blkno. Exchange incorrectly placed printf() __func__ and loop arguments. Fixes

CVS commit: src/sys/arch/arm/arm

2024-01-15 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Jan 15 19:34:13 UTC 2024 Modified Files: src/sys/arch/arm/arm: disksubr_acorn.c Log Message: Replace format specifier from %08x to PRId64 for bp->blkno. Exchange incorrectly placed printf() __func__ and loop arguments. Fixes

CVS commit: src/sys/arch/arm/arm

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__

CVS commit: src/sys/arch/arm/arm

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:31:26 UTC 2023 Modified Files: src/sys/arch/arm/arm: smccc.c Log Message: smccc: Adjust SMCCC_ARCH_ATTRIBUTE for clang/arm Conditionally use (1) __attribute__ ((target("arch=armv7ve"))) (2) __attribute__

CVS commit: src/sys/arch/arm/arm

2023-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 4 08:52:20 UTC 2023 Modified Files: src/sys/arch/arm/arm: compat_16_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/compat_16_machdep.c

CVS commit: src/sys/arch/arm/arm

2023-03-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 4 08:52:20 UTC 2023 Modified Files: src/sys/arch/arm/arm: compat_16_machdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/arm/compat_16_machdep.c

CVS commit: src/sys/arch/arm/arm

2022-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 20 06:58:38 UTC 2022 Modified Files: src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S

CVS commit: src/sys/arch/arm/arm

2022-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 20 06:58:38 UTC 2022 Modified Files: src/sys/arch/arm/arm: bcopyinout.S bcopyinout_xscale.S blockio.S copystr.S cpu_in_cksum.S cpufunc_asm_arm10.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S

CVS commit: src/sys/arch/arm/arm

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:19:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Add a boot option to disable EFI runtime services. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/arm/arm

2022-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 15 11:19:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Add a boot option to disable EFI runtime services. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/arm/arm

2022-06-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 18 08:13:44 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Simplify (imo) #ifdefs a little. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/efi_runtime.c

CVS commit: src/sys/arch/arm/arm

2022-06-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jun 18 08:13:44 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Simplify (imo) #ifdefs a little. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/efi_runtime.c

CVS commit: src/sys/arch/arm/arm

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 07:07:17 UTC 2022 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit to toggle Fix slightly differently to as suggested in the

CVS commit: src/sys/arch/arm/arm

2022-05-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 16 07:07:17 UTC 2022 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: port-arm/50635: arm11_setup() cpuctrlmask value causes CPU_CONTROL_VECRELOC bit to toggle Fix slightly differently to as suggested in the

CVS commit: src/sys/arch/arm/arm

2022-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 09:49:37 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: efi_rtcopy is only used on little endian kernels. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/arm

2022-04-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 3 09:49:37 UTC 2022 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: efi_rtcopy is only used on little endian kernels. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:01:00 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm/undefined.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:01:00 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/arm/arm/undefined.c Please note that diffs are not

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:00:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm here To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/arm/arm

2022-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 8 09:00:23 UTC 2022 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Make VERBOSE_ARM32 compile again and reduce #ifdefs while I'm here To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/arm/arm

2021-11-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 27 08:51:01 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Apply some errata workarounds for Cortex A17 To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/sys/arch/arm/arm

2021-11-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 27 08:51:01 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Apply some errata workarounds for Cortex A17 To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/sys/arch/arm/arm

2021-11-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 11 07:26:41 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/cpufunc_asm.S Please note that

CVS commit: src/sys/arch/arm/arm

2021-11-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 11 07:26:41 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/arm/cpufunc_asm.S Please note that

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 09:23:10 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Remove stale comment To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm/undefined.c Please note that

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 09:23:10 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Remove stale comment To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/arm/arm/undefined.c Please note that

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:20:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF and remove (some) unnecessary #includes To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:20:35 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: KNF and remove (some) unnecessary #includes To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:10:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Use designated initialisers for static handlers and reduce the kernel size a little. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm

2021-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 30 08:10:49 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Use designated initialisers for static handlers and reduce the kernel size a little. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/arm

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:34:03 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: G/C FAST_FPE To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c Please note that diffs are

CVS commit: src/sys/arch/arm/arm

2021-10-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 26 06:34:03 UTC 2021 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: G/C FAST_FPE To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm/undefined.c Please note that diffs are

Re: CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Oops, forgot to mention: No binary changes. On 2021/10/07 18:58, Rin Okuyama wrote: Module Name:src Committed By: rin Date: Thu Oct 7 09:58:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S Log Message: Reduce diff with cpufunc_asm_armv5.S, from

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:58:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S Log Message: Reduce diff with cpufunc_asm_armv5.S, from which this file was derived. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:58:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5_ec.S Log Message: Reduce diff with cpufunc_asm_armv5.S, from which this file was derived. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:57:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5.S Log Message: trailing whitespace/tab To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_armv5.S

CVS commit: src/sys/arch/arm/arm

2021-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 7 09:57:27 UTC 2021 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_armv5.S Log Message: trailing whitespace/tab To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/cpufunc_asm_armv5.S

CVS commit: src/sys/arch/arm/arm

2021-09-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 18 09:49:57 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: bus_space_is_equal: fix crash when called with NULL tag To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm/arm

2021-09-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 18 09:49:57 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: bus_space_is_equal: fix crash when called with NULL tag To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/arm/arm

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 07:14:50 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/sys/arch/arm/arm

2021-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 12 07:14:50 UTC 2021 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/sys/arch/arm/arm

2021-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 8 11:02:05 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: Consider two tags equal if they share the same cookie. For fdtbus, we may have different tags to deal with mapping attributes and CPU

CVS commit: src/sys/arch/arm/arm

2021-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Sep 8 11:02:05 UTC 2021 Modified Files: src/sys/arch/arm/arm: bus_stubs.c Log Message: Consider two tags equal if they share the same cookie. For fdtbus, we may have different tags to deal with mapping attributes and CPU

Re: CVS commit: src/sys/arch/arm/arm

2020-11-11 Thread Rin Okuyama
On 2020/11/12 6:52, matthew green wrote: "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Tue Nov 10 21:40:07 UTC 2020 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Test (epp->ep_esch->es_emul != _netbsd) instead of nice, this is a step

re: CVS commit: src/sys/arch/arm/arm

2020-11-11 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Tue Nov 10 21:40:07 UTC 2020 > > Modified Files: > src/sys/arch/arm/arm: cpu_exec.c > > Log Message: > Test (epp->ep_esch->es_emul != _netbsd) instead of nice, this is a step forward. an optimisation on it could

CVS commit: src/sys/arch/arm/arm

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:14:38 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Add operand that GNU as considers optional, but LLVM doesn't. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/arm

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:14:38 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Add operand that GNU as considers optional, but LLVM doesn't. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/arm

2019-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 18:34:22 UTC 2019 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Add a function cast To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/arm/disassem.c Please note that

CVS commit: src/sys/arch/arm/arm

2019-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 18:34:22 UTC 2019 Modified Files: src/sys/arch/arm/arm: disassem.c Log Message: Add a function cast To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/arm/disassem.c Please note that

CVS commit: src/sys/arch/arm/arm

2019-07-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 25 02:00:40 UTC 2019 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Only try to call EFI RT's reset once. If it faults for some reason, just return an error so the kernel will try to PSCI reset

CVS commit: src/sys/arch/arm/arm

2019-07-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 25 02:00:40 UTC 2019 Modified Files: src/sys/arch/arm/arm: efi_runtime.c Log Message: Only try to call EFI RT's reset once. If it faults for some reason, just return an error so the kernel will try to PSCI reset

CVS commit: src/sys/arch/arm/arm

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:53:21 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Comment fix To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/sys/arch/arm/arm

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:53:21 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Comment fix To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/arm/armv6_start.S Please note that diffs

CVS commit: src/sys/arch/arm/arm

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:51:32 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Debug output improvement To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/armv6_start.S Please note

CVS commit: src/sys/arch/arm/arm

2019-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 12 06:51:32 UTC 2019 Modified Files: src/sys/arch/arm/arm: armv6_start.S Log Message: Debug output improvement To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/arm/armv6_start.S Please note

Re: CVS commit: src/sys/arch/arm/arm

2013-03-09 Thread David Laight
On Sat, Mar 09, 2013 at 10:10:45AM +, Michael van Elst wrote: Module Name: src Committed By: mlelstv Date: Sat Mar 9 10:10:45 UTC 2013 Modified Files: src/sys/arch/arm/arm: disksubr_acorn.c Log Message: Errors are supposed to be negative errno numbers, not -1 which

Re: CVS commit: src/sys/arch/arm/arm

2012-12-27 Thread Matt Thomas
On Dec 27, 2012, at 7:48 PM, SAITOH Masanobu wrote: Module Name: src Committed By: msaitoh Date: Fri Dec 28 03:48:00 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Enable DCache Streaming Switch and Write Allocate. This change improve system

Re: CVS commit: src/sys/arch/arm/arm

2012-12-27 Thread Masanobu SAITOH
Hi, matt. (2012/12/28 14:10), Matt Thomas wrote: On Dec 27, 2012, at 7:48 PM, SAITOH Masanobu wrote: Module Name:src Committed By: msaitoh Date: Fri Dec 28 03:48:00 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Enable DCache Streaming Switch

Re: CVS commit: src/sys/arch/arm/arm

2012-12-23 Thread David Laight
On Sun, Dec 23, 2012 at 01:26:21PM +, Matt Thomas wrote: Module Name: src Committed By: matt Date: Sun Dec 23 13:26:21 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum_fold.S Log Message: Conditional execution still takes one cycle per skipped instruction.

CVS commit: src/sys/arch/arm/arm

2010-01-02 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Jan 3 04:25:16 UTC 2010 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm10.S cpufunc_asm_arm11.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S cpufunc_asm_arm8.S cpufunc_asm_arm9.S