summaryrefslogtreecommitdiff
path: root/sys/src/9/omap/main.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-10-29 23:09:54 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2017-10-29 23:09:54 +0100
commitf3f93925173d15ca48e90ce1624452d7e3b7726f (patch)
treed9faed1bb124d767aacca06261c6d51a22595851 /sys/src/9/omap/main.c
parent93117262c2e377d9d4f1588924032d1b69e7e2f9 (diff)
kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryption
Diffstat (limited to 'sys/src/9/omap/main.c')
-rw-r--r--sys/src/9/omap/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/omap/main.c b/sys/src/9/omap/main.c
index 6ff256f34..598a3ac50 100644
--- a/sys/src/9/omap/main.c
+++ b/sys/src/9/omap/main.c
@@ -276,7 +276,6 @@ wave('l');
// i8250console(); /* too early; see init0 */
pageinit();
- swapinit();
userinit();
schedinit();
}