Module Name:src
Committed By: thorpej
Date: Thu Jan 18 04:07:38 UTC 2024
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/include: cpu.h
src/sys/arch/news68k/news68k: machdep.c machid.h pmap_bootstrap.c
Log Message:
Don't put th
Module Name:src
Committed By: thorpej
Date: Thu Jan 18 04:07:38 UTC 2024
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/include: cpu.h
src/sys/arch/news68k/news68k: machdep.c machid.h pmap_bootstrap.c
Log Message:
Don't put th
Module Name:src
Committed By: thorpej
Date: Tue Jan 16 01:17:59 UTC 2024
Modified Files:
src/sys/arch/news68k/news68k: isr.h
Log Message:
Use m68k_intrvec_intrhand() to implement isrunlink_vectored().
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/
Module Name:src
Committed By: thorpej
Date: Tue Jan 16 01:17:59 UTC 2024
Modified Files:
src/sys/arch/news68k/news68k: isr.h
Log Message:
Use m68k_intrvec_intrhand() to implement isrunlink_vectored().
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 20:21:51 UTC 2024
Modified Files:
src/sys/arch/news68k/dev: timer_hb.c
src/sys/arch/news68k/include: cpu.h intr.h types.h
src/sys/arch/news68k/news68k: genassym.cf locore.s machdep.c
Log Message:
G/C __
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 20:21:51 UTC 2024
Modified Files:
src/sys/arch/news68k/dev: timer_hb.c
src/sys/arch/news68k/include: cpu.h intr.h types.h
src/sys/arch/news68k/news68k: genassym.cf locore.s machdep.c
Log Message:
G/C __
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 19:54:53 UTC 2024
Modified Files:
src/sys/arch/news68k/include: vectors.h
src/sys/arch/news68k/news68k: locore.s
Log Message:
No need for our own spurious interrupt handler now that m68k_intr.c
handles them for
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 19:54:53 UTC 2024
Modified Files:
src/sys/arch/news68k/include: vectors.h
src/sys/arch/news68k/news68k: locore.s
Log Message:
No need for our own spurious interrupt handler now that m68k_intr.c
handles them for
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 00:35:24 UTC 2024
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/dev: timer_hb.c
src/sys/arch/news68k/include: cpu.h intr.h types.h vectors.h
src/sys/arch/news68k/n
Module Name:src
Committed By: thorpej
Date: Mon Jan 15 00:35:24 UTC 2024
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/dev: timer_hb.c
src/sys/arch/news68k/include: cpu.h intr.h types.h vectors.h
src/sys/arch/news68k/n
Module Name:src
Committed By: thorpej
Date: Sun Jan 14 23:01:43 UTC 2024
Modified Files:
src/sys/arch/news68k/news68k: isr.c isr.h
Log Message:
G/C isrlink_custom(); just use vec_set_entry() directly.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/
Module Name:src
Committed By: thorpej
Date: Sun Jan 14 23:01:43 UTC 2024
Modified Files:
src/sys/arch/news68k/news68k: isr.c isr.h
Log Message:
G/C isrlink_custom(); just use vec_set_entry() directly.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/
Module Name:src
Committed By: thorpej
Date: Sat Jan 13 23:59:47 UTC 2024
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/include: cpu.h
src/sys/arch/news68k/news68k: isr.c isr.h locore.s
Added Files:
src/sys/arch/news68k
Module Name:src
Committed By: thorpej
Date: Sat Jan 13 23:59:47 UTC 2024
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/include: cpu.h
src/sys/arch/news68k/news68k: isr.c isr.h locore.s
Added Files:
src/sys/arch/news68k
Module Name:src
Committed By: tsutsui
Date: Sun Oct 15 10:46:51 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: locore.s
Log Message:
Remove obsolete #if blocks.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/news68k/news68k/locore.s
P
Module Name:src
Committed By: tsutsui
Date: Sun Oct 15 10:46:51 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: locore.s
Log Message:
Remove obsolete #if blocks.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/news68k/news68k/locore.s
P
Module Name:src
Committed By: andvar
Date: Sun Oct 8 17:42:58 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: locore.s vectors.s
Log Message:
Revert my changes regarding removal of FPSP related blocks.
After additional discussion it is preferred to keep code consi
Module Name:src
Committed By: andvar
Date: Sun Oct 8 17:42:58 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: locore.s vectors.s
Log Message:
Revert my changes regarding removal of FPSP related blocks.
After additional discussion it is preferred to keep code consi
OK, it makes sense. I will revert the changes. Thanks for your explanations.
On Sun, Oct 8, 2023 at 12:49 PM matthew green wrote:
>
> > I was changing news68k specific code, thus wasn't treating them as
> > common. But I understand the point.
>
> there's a *LOT* of m68k code that is copied into
> I was changing news68k specific code, thus wasn't treating them as
> common. But I understand the point.
there's a *LOT* of m68k code that is copied into all the ports
that is almost identical, and should really be shared, but it
not, and changes like can make this harder to share.
ie, while i
On Sun, Oct 8, 2023 at 6:56 AM Izumi Tsutsui wrote:
>
> > In this case maybe I should remove all FPSP references (vectors.S,
> > locore.S, Makefile.news68k (MD_LIBS={FPSP})?
>
> IMO we don't have to keep strict consistencies or buildabilities of
> options but rather should consider readabilities a
Module Name:src
Committed By: tsutsui
Date: Sun Oct 8 03:57:48 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: machdep.c pmap_bootstrap.c
src/sys/arch/news68k/stand/bootxx: start.S
Log Message:
Remove trailing spaces and tab.
To generate a diff of this co
Module Name:src
Committed By: tsutsui
Date: Sun Oct 8 03:57:48 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: machdep.c pmap_bootstrap.c
src/sys/arch/news68k/stand/bootxx: start.S
Log Message:
Remove trailing spaces and tab.
To generate a diff of this co
> In this case maybe I should remove all FPSP references (vectors.S,
> locore.S, Makefile.news68k (MD_LIBS={FPSP})?
IMO we don't have to keep strict consistencies or buildabilities of
options but rather should consider readabilities and maintainabilities.
- options FPSP in a config file is not ne
Module Name:src
Committed By: andvar
Date: Fri Oct 6 21:10:12 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: Makefile.news68k
src/sys/arch/news68k/news68k: locore.s vectors.s
Log Message:
Remove fpsp include and #ifdef FPSP blocks for news68k.
FPSP is necessa
Module Name:src
Committed By: andvar
Date: Fri Oct 6 21:10:12 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: Makefile.news68k
src/sys/arch/news68k/news68k: locore.s vectors.s
Log Message:
Remove fpsp include and #ifdef FPSP blocks for news68k.
FPSP is necessa
In this case maybe I should remove all FPSP references (vectors.S,
locore.S, Makefile.news68k (MD_LIBS={FPSP})?
On Sun, Oct 1, 2023 at 10:08 PM Izumi Tsutsui wrote:
>
> > Module Name: src
> > Committed By: andvar
> > Date: Sun Oct 1 18:50:53 UTC 2023
> >
> > Modified Files:
> > sr
Module Name:src
Committed By: andvar
Date: Sun Oct 1 19:28:36 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/news68k: trap.c
Log Message:
Improve KGDB enabled build for news68k:
* include sys/kgdb.h in news68k/trap.c for mis
Module Name:src
Committed By: andvar
Date: Sun Oct 1 19:28:36 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: files.news68k
src/sys/arch/news68k/news68k: trap.c
Log Message:
Improve KGDB enabled build for news68k:
* include sys/kgdb.h in news68k/trap.c for mis
> Module Name: src
> Committed By: andvar
> Date: Sun Oct 1 18:50:53 UTC 2023
>
> Modified Files:
> src/sys/arch/news68k/conf: Makefile.news68k
>
> Log Message:
> include fpsp Makefile.inc in Makefile.news68k, same as other m68k ports.
>
> needed for FPSP option to build, otherwi
Module Name:src
Committed By: andvar
Date: Sun Oct 1 18:50:53 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: Makefile.news68k
Log Message:
include fpsp Makefile.inc in Makefile.news68k, same as other m68k ports.
needed for FPSP option to build, otherwise FPSP specif
Module Name:src
Committed By: andvar
Date: Sun Oct 1 18:50:53 UTC 2023
Modified Files:
src/sys/arch/news68k/conf: Makefile.news68k
Log Message:
include fpsp Makefile.inc in Makefile.news68k, same as other m68k ports.
needed for FPSP option to build, otherwise FPSP specif
Module Name:src
Committed By: riastradh
Date: Tue Jul 11 11:09:13 UTC 2023
Modified Files:
src/sys/arch/news68k/include: intr.h
Log Message:
news68k/intr.h: Fix includes. Put some definitions under _KERNEL.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 s
Module Name:src
Committed By: riastradh
Date: Tue Jul 11 11:09:13 UTC 2023
Modified Files:
src/sys/arch/news68k/include: intr.h
Log Message:
news68k/intr.h: Fix includes. Put some definitions under _KERNEL.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 s
Module Name:src
Committed By: tsutsui
Date: Sat Apr 22 10:09:12 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: bus_space.c trap.c
Log Message:
Remove ancient /*ARGSUSED*/ comments.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/news68k
Module Name:src
Committed By: tsutsui
Date: Sat Apr 22 10:09:12 UTC 2023
Modified Files:
src/sys/arch/news68k/news68k: bus_space.c trap.c
Log Message:
Remove ancient /*ARGSUSED*/ comments.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/news68k
Module Name:src
Committed By: tsutsui
Date: Fri Jan 27 19:50:02 UTC 2023
Modified Files:
src/sys/arch/news68k/include: bus.h
Log Message:
news68k: Specify proper constraints for bus_space_read region and multi ops.
Synk with next68k.
Also use consistent register name cons
Module Name:src
Committed By: tsutsui
Date: Fri Jan 27 19:50:02 UTC 2023
Modified Files:
src/sys/arch/news68k/include: bus.h
Log Message:
news68k: Specify proper constraints for bus_space_read region and multi ops.
Synk with next68k.
Also use consistent register name cons
dholland@ wrote:
> ok, so naively I would think that *reordering* blocks wouldn't change
> their size, or at least not much... does anyone know where this 10%
> overhead comes from? Is it all jump instructions?
Probably it moves and aligns reordered "branch taken" blocks
at cacheline and there mi
On Sat, Jul 05, 2014 at 09:14:02AM +, Izumi Tsutsui wrote:
> Modified Files:
> src/sys/arch/news68k/conf: GENERIC GENERIC_TINY
>
> Log Message:
> Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
>
> with "-O2":
>textdata bss dec hex filen
40 matches
Mail list logo