Date: Fri, 10 May 2019 23:04:25 +0000 From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 233863] Various PowerMac G5 models may require kern.smp.disabled=1 and must set usefdt=1 which causes net interface reorder Message-ID: <bug-233863-21-Fn502i18sR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233863-21@https.bugs.freebsd.org/bugzilla/> References: <bug-233863-21@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233863 --- Comment #38 from Mark Millard <marklmi26-fbsd@yahoo.com> --- Comment on attachment 204307 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204307 Patch for aim/mp_cpudep.c that fixes slb-miss problem in cpudep_ap_bootstrap for PPC970/PowerMacG5 contexts While I have no clue why Justin H. thinks that later-is-better for most of the code that I moved in my latest aim/mp_cpudep.c patch, Justin has checked in -r347463 with just the HIOR part moved: /* Set HIOR to 0 */ __asm __volatile("mtspr 311,%0" :: "r"(0)); powerpc_sync(); This certainly has allowed booting in my testing of a -r347463 build. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233863-21-Fn502i18sR>