Re: [PATCH 8/8] Fixes for seconday CPU start-up.

2021-06-06 Thread Richard Henderson
On 6/2/21 8:53 PM, Jason Thorpe wrote: Changes to make secondary CPU start-up work on NetBSD, which depends on some specific behavior in the architecture specification: - Change the internal swppal() function to take the new VPTPTR and Procedure Value as explicit arguments. Adapt do_start()

[PATCH 8/8] Fixes for seconday CPU start-up.

2021-06-02 Thread Jason Thorpe
Changes to make secondary CPU start-up work on NetBSD, which depends on some specific behavior in the architecture specification: - Change the internal swppal() function to take the new VPTPTR and Procedure Value as explicit arguments. Adapt do_start() to the new the new swppal() signature.