trs80: don't leave PROFIL experimental bits on
authorAlan Cox <alan@linux.intel.com>
Sat, 16 May 2015 15:45:31 +0000 (16:45 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 16 May 2015 15:45:31 +0000 (16:45 +0100)
Kernel/platform-trs80/config.h

index e7e7a36..01d60d2 100644 (file)
@@ -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 */