From: Alan Cox Date: Sat, 16 May 2015 15:45:31 +0000 (+0100) Subject: trs80: don't leave PROFIL experimental bits on X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e8b1382123eff47a42bbf7f6cb73f4c8684dce26;p=FUZIX.git trs80: don't leave PROFIL experimental bits on --- diff --git a/Kernel/platform-trs80/config.h b/Kernel/platform-trs80/config.h index e7e7a36c..01d60d2a 100644 --- a/Kernel/platform-trs80/config.h +++ b/Kernel/platform-trs80/config.h @@ -1,14 +1,12 @@ /* Set if you want RTC support and have an RTC on ports 0xB0-0xBC */ #define CONFIG_RTC - - /* Enable to make ^Z dump the inode table for debug */ #undef CONFIG_IDUMP /* Enable to make ^A drop back into the monitor */ #undef CONFIG_MONITOR /* Profil syscall support (not yet complete) */ -#define CONFIG_PROFIL +#undef CONFIG_PROFIL /* Multiple processes in memory at once */ #define CONFIG_MULTI /* Single tasking */