Re: CVS commit: src/sys/kern

2015-08-21 Thread Christos Zoulas
In article , Masao Uebayashi wrote: >On Fri, Aug 21, 2015 at 3:55 PM, Christos Zoulas wrote: >> Module Name:src >> Committed By: christos >> Date: Fri Aug 21 06:55:25 UTC 2015 >> >> Modified Files: >> src/sys/kern: kern_ksyms.c >> >> Log Message: >> we don't need ioconf.h

Re: CVS commit: src/sys/kern

2015-08-21 Thread Masao Uebayashi
On Fri, Aug 21, 2015 at 3:55 PM, Christos Zoulas wrote: > Module Name:src > Committed By: christos > Date: Fri Aug 21 06:55:25 UTC 2015 > > Modified Files: > src/sys/kern: kern_ksyms.c > > Log Message: > we don't need ioconf.h if we don't have the ksyms pseudo-device This

Re: CVS commit: src/sys/arch/evbarm/conf

2015-08-21 Thread Masao Uebayashi
Although I confirmed that all kernels of evbearmv7hf-el had no binary changes after this change, I am a bit confused by [1]. According to [1], at that time, this linker script was used by hpcboot (of hpcarm?). Now I see that hpcarm doesn't seem to use linker script at all. Anyway, load addresses

Re: CVS commit: src/sys/arch/netwinder/conf

2015-08-21 Thread Masao Uebayashi
netwinder is strange in that it wants .data aligned to 0x8000, but it also specifies physical/virtual load addresses as 0xc000/0xf000c000, that are obviously not aligned to 0x8000! Can someone check if other load addresses work? For example 0x0001/0xf001?