Undefine HAVE_ADJUSTABLE_CPU_FREQ for __PCTOOL__

Change-Id: I1772df581975ed02134d6d7cb230c0991a92a4e1
This commit is contained in:
Frank Gevaerts 2012-03-03 19:16:22 +01:00
parent 105a05cbfb
commit 83b4d70af5

View file

@ -761,6 +761,11 @@ Lyre prototype 1 */
#undef HAVE_ADJUSTABLE_CPU_FREQ
#endif
#if defined(__PCTOOL__) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
/* PCTOOLs don't use CPU frequency adjustment */
#undef HAVE_ADJUSTABLE_CPU_FREQ
#endif
/* Enable the directory cache and tagcache in RAM if we have
* plenty of RAM. Both features can be enabled independently. */
#if (MEMORYSIZE >= 8) && !defined(BOOTLOADER) && !defined(__PCTOOL__) \