|
From: <cre...@us...> - 2006-09-16 17:11:30
|
Revision: 1506
http://svn.sourceforge.net/frontierkernel/?rev=1506&view=rev
Author: creecode
Date: 2006-09-16 10:11:22 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
This function is designed to overcome a crashing bug that appears to be unique to the Athlon 64 X2 dual processors, released in mid-2006. While this function is designed to fix the X2 problem, this function won't cause your system any harm if you're running another processor. Non Athlon 64 X2 users can either keep or delete this callback.
Added Paths:
-----------
ODBs/trunk/frontierRoot/system/shutdown/athlonX2Fix.fvc
Added: ODBs/trunk/frontierRoot/system/shutdown/athlonX2Fix.fvc
===================================================================
--- ODBs/trunk/frontierRoot/system/shutdown/athlonX2Fix.fvc (rev 0)
+++ ODBs/trunk/frontierRoot/system/shutdown/athlonX2Fix.fvc 2006-09-16 17:11:22 UTC (rev 1506)
@@ -0,0 +1,14 @@
+FrontierVcsFile:3:scpt:system.shutdown.athlonX2Fix
+
+on athlonX2Fix ( ) {
+ «9/15/06; 9:35:47 PM by DG and TAC ( minor tweaks only )
+ «This function is designed to overcome a crashing bug that appears to be unique to the Athlon 64 X2 dual processors, released in mid-2006. While this function is designed to fix the X2 problem, this function won't cause your system any harm if you're running another processor. Non Athlon 64 X2 users can either keep or delete this callback.
+ case sys.os ( ) {
+ "Win95";
+ "WinNT" {
+ local ( i, id );
+ for i = 1 to thread.getCount ( ) {
+ id = thread.getNthID ( i );
+ thread.wake ( id )}}}}
+
+
Property changes on: ODBs/trunk/frontierRoot/system/shutdown/athlonX2Fix.fvc
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|