Undefine HAVE_ADJUSTABLE_CPU_FREQ for __PCTOOL__
Change-Id: I1772df581975ed02134d6d7cb230c0991a92a4e1
This commit is contained in:
parent
105a05cbfb
commit
83b4d70af5
1 changed files with 5 additions and 0 deletions
|
@ -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__) \
|
||||
|
|
Loading…
Reference in a new issue