rc2014: remove last vestigates of unneeded ramdisk support
authorAlan Cox <alan@linux.intel.com>
Sun, 16 Sep 2018 12:51:15 +0000 (13:51 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 16 Sep 2018 12:51:15 +0000 (13:51 +0100)
Kernel/platform-rc2014/discard.c

index 19ea303..7bee27b 100644 (file)
@@ -18,7 +18,7 @@ void init_hardware_c(void)
     vfd_term_init();
 #endif
     ramsize = 512;
-    procmem = 512 - 64 - (DEV_RD_RAM_PAGES<<4);
+    procmem = 512 - 64;
     /* zero out the initial bufpool */
     memset(bufpool, 0, (char*)bufpool_end - (char*)bufpool);
 }