Re: svn commit: r341103 - head/sys/powerpc/include

2018-12-03 Thread Bruce Evans
On Mon, 3 Dec 2018, Ian Lepore wrote: On Tue, 2018-12-04 at 05:56 +1100, Bruce Evans wrote: On Mon, 3 Dec 2018, Justin Hibbits wrote: [...] Please look at removing VM_KMEM_SIZE_SCALE completely.? I'm now trying to convince kib that it is bogus for all arches, but only know exactly what

Re: svn commit: r341103 - head/sys/powerpc/include

2018-12-03 Thread Ian Lepore
On Tue, 2018-12-04 at 05:56 +1100, Bruce Evans wrote: > On Mon, 3 Dec 2018, Justin Hibbits wrote: > > [...] > > Please look at removing VM_KMEM_SIZE_SCALE completely.  I'm now trying to > convince kib that it is bogus for all arches, but only know exactly what > happens on x86. > > On arches

Re: svn commit: r341103 - head/sys/powerpc/include

2018-12-03 Thread Bruce Evans
On Mon, 3 Dec 2018, Justin Hibbits wrote: On Wed, 28 Nov 2018 16:31:33 +1100 (EST) Bruce Evans wrote: On Wed, 28 Nov 2018, Justin Hibbits wrote: Log: powerpc: Fix the powerpc64 build post-r341102 VM_MIN_KERNEL_ADDRESS is now used in locore.S, but the UL suffix isn't permitted in .S

Re: svn commit: r341103 - head/sys/powerpc/include

2018-12-03 Thread Justin Hibbits
On Wed, 28 Nov 2018 16:31:33 +1100 (EST) Bruce Evans wrote: > On Wed, 28 Nov 2018, Justin Hibbits wrote: > > > Log: > > powerpc: Fix the powerpc64 build post-r341102 > > > > VM_MIN_KERNEL_ADDRESS is now used in locore.S, but the UL suffix > > isn't permitted in .S files. > > The UL suffix

Re: svn commit: r341103 - head/sys/powerpc/include

2018-11-27 Thread Bruce Evans
On Wed, 28 Nov 2018, Justin Hibbits wrote: Log: powerpc: Fix the powerpc64 build post-r341102 VM_MIN_KERNEL_ADDRESS is now used in locore.S, but the UL suffix isn't permitted in .S files. The UL suffix is arguably a style bug in .c files too. It was not even wrong (it had no effect) this

svn commit: r341103 - head/sys/powerpc/include

2018-11-27 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 28 02:48:43 2018 New Revision: 341103 URL: https://svnweb.freebsd.org/changeset/base/341103 Log: powerpc: Fix the powerpc64 build post-r341102 VM_MIN_KERNEL_ADDRESS is now used in locore.S, but the UL suffix isn't permitted in .S files. Modified: