On SMP builds SYNCH_LEVEL is (IPI_LEVEL - 2) or 12

svn path=/branches/ros-amd64-bringup/; revision=35509
This commit is contained in:
Timo Kreuzer
2008-08-21 18:04:23 +00:00
parent bebc0f9c06
commit c4c7933979
+1 -1
View File
@@ -139,7 +139,7 @@ Author:
#ifndef CONFIG_SMP
#define SYNCH_LEVEL DISPATCH_LEVEL
#else
#define SYNCH_LEVEL (IPI_LEVEL - 1)
#define SYNCH_LEVEL (IPI_LEVEL - 2)
#endif
//