Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 17:11:55 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16925 for review
Message-ID:  <200209020011.g820Btep068579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16925

Change 16925 by peter@peter_mckinley on 2002/09/01 17:11:54

	Still dont know why interrupts only go to cpu 0.  I tried this but
	it doesn't seem to make any difference.

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/machdep.c#46 edit
.. //depot/projects/ia64/sys/ia64/ia64/mp_machdep.c#21 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#46 (text+ko) ====

@@ -732,6 +732,7 @@
 		breakpoint();
 	}
 #endif
+	ia64_set_tpr(0);
 }
 
 int

==== //depot/projects/ia64/sys/ia64/ia64/mp_machdep.c#21 (text+ko) ====

@@ -120,6 +120,7 @@
 	/* kick off the clock on this AP */
 	ia64_set_itm(ia64_get_itc() + itm_reload);
 	ia64_set_itv(255);
+	ia64_set_tpr(0);
 	cpu_throw();
 	panic("ia64_ap_startup: cpu_throw() returned");
 }

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?200209020011.g820Btep068579>