trs80m1: remove obsolete comment
authorAlan Cox <alan@linux.intel.com>
Sun, 12 Aug 2018 23:37:20 +0000 (00:37 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 12 Aug 2018 23:37:20 +0000 (00:37 +0100)
Kernel/platform-trs80m1/main.c

index 38a35a0..c4a888e 100644 (file)
@@ -83,11 +83,7 @@ void platform_interrupt(void)
 struct blkbuf bufpool[MAX_BUFS];
 struct blkbuf *bufpool_end = &bufpool[NBUFS];
 
-/*
- *     We can't recover discard space usefully... yet. I have a cunning plan
- *     involving external buffers in the spare bank space 8)
- */
-
+/* Turn DISCARD into space in bank 2 for buffers */
 void platform_discard(void)
 {
         extern uint8_t bufdata_end[];