]> git.ipfire.org Git - u-boot.git/blobdiff - board/MAI/bios_emulator/scitech/src/pm/stub/cpuinfo.c
* Code cleanup:
[u-boot.git] / board / MAI / bios_emulator / scitech / src / pm / stub / cpuinfo.c
index 2833a72f448e7ab550cafe255ad74f488c14c6b5..0615e901658d0629694c470f672c84352f895bd6 100644 (file)
@@ -37,8 +37,8 @@ Increase the thread priority to maximum, if possible.
 ****************************************************************************/
 static int SetMaxThreadPriority(void)
 {
-    // TODO: If you have thread priorities, increase it to maximum for the
-    //       thread for timing the CPU frequency.
+    /* TODO: If you have thread priorities, increase it to maximum for the */
+    /*       thread for timing the CPU frequency. */
     return oldPriority;
 }
 
@@ -49,7 +49,7 @@ Restore the original thread priority.
 static void RestoreThreadPriority(
     int priority)
 {
-    // TODO: Restore the original thread priority on exit.
+    /* TODO: Restore the original thread priority on exit. */
 }
 
 /****************************************************************************
@@ -59,8 +59,8 @@ Initialise the counter and return the frequency of the counter.
 static void GetCounterFrequency(
     CPU_largeInteger *freq)
 {
-    // TODO: Return the frequency of the counter in here. You should try to
-    //       normalise this value to be around 100,000 ticks per second.
+    /* TODO: Return the frequency of the counter in here. You should try to */
+    /*       normalise this value to be around 100,000 ticks per second. */
     freq->low = 0;
     freq->high = 0;
 }