1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-06 00:14:43 +00:00

NEW_STORAGE is no longer new. (#135)

* Always follow NEW_STORAGE code paths.

This removes the code paths for the pre-NEW_STORAGE code.

* Remove NEW_STORAGE from build system.

The code no longer refers to `NEW_STORAGE`, so we can remove
this from the build system.
This commit is contained in:
Bruce Mitchener
2020-12-29 01:10:43 +07:00
committed by GitHub
parent 14402131e7
commit 01926fc232
51 changed files with 52 additions and 84 deletions

View File

@@ -387,7 +387,6 @@ LispPTR vmem_save(char *sysout_file_name)
InterfacePage->machinetype = KATANA;
#ifdef NEW_STORAGE
/* Restore storagefull state */
if (((*STORAGEFULLSTATE_word) & 0xffff) == SFS_NOTSWITCHABLE) {
/* This sysout uses only 8 Mbyte lisp space.
@@ -402,7 +401,6 @@ LispPTR vmem_save(char *sysout_file_name)
/* Otherwise, just restore storagefullstate in IFPAGE */
InterfacePage->storagefullstate = (*STORAGEFULLSTATE_word) & 0xffff;
}
#endif /* NEW_STORAGE */
/* First, sort fptovp table, trying to get pages contiguous */
#ifndef BIGVM