Date: Wed, 25 Jan 2017 04:35:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 205458] 11.0-CURRENT/10-STABLE powerpc64: a PowerMac G5 specific sys/powerpc/ofw/ofw_machdep.c change for reliable PowerMac G5 booting (with lots of RAM) Message-ID: <bug-205458-21-zRCMhYvODX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205458-21@https.bugs.freebsd.org/bugzilla/> References: <bug-205458-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=3D205458 --- Comment #14 from Mark Millard <markmi@dsl-only.net> --- (In reply to Justin Hibbits from comment #13) That makes the following code in openfirmware_core odd: #if defined(AIM) && !defined(__powerpc64__) /* * Clear battable[] translations */ if (!(cpu_features & PPC_FEATURE_64)) __asm __volatile("mtdbatu 2, %0\n" "mtdbatu 3, %0" : : "r" (0)); isync(); #endif No need to test AIM. I assumed too much from seeing that AIM test. Sorry for the noice. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205458-21-zRCMhYvODX>