Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 12:17:44 -0700 (PDT)
From:      Serguei Tzukanov <tzukanov@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19571 for review
Message-ID:  <200210181917.g9IJHiVD072639@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19571

Change 19571 by tzukanov@tzukanov_antares on 2002/10/18 12:17:14

	Temporary fix to allow booting on hercules compiled without
	AFP support. About hercules not working on -current: try to build
	it on -stable, this solved the problem for me.

Affected files ...

.. //depot/projects/s390/sys/s390/s390/identcpu.c#2 edit

Differences ...

==== //depot/projects/s390/sys/s390/s390/identcpu.c#2 (text+ko) ====

@@ -123,10 +123,12 @@
 void
 esa_check_features(void)
 {
+#if 0
 	/* Check if we have an AFP facility installed. */
 	psw_define(&sysarea.program_new_psw, PSW_0, (u_long)&&post_AFP);
 	cr_set(CR0, CR0_AFP_REGISTER);
 	__asm volatile ("	efpc	%%r0,	0" ::: "r0");
+#endif
 	esa_features |= ESA_FEATURE_AFP_FLAG;
 post_AFP:
 	cr_clear(CR0, CR0_AFP_REGISTER);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210181917.g9IJHiVD072639>