X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Finit.h;h=8a3df903481dacab972dbe1a8a31b49a2f04f739;hp=f28303cffbf9731086b57c3c08373c58067d3114;hb=a03618133f7df0954802a470a4bee7674f7aed45;hpb=fde3b8ee3eaf48b1a6bb14568aedc207e62accab diff --git a/src/threads/init.h b/src/threads/init.h index f28303c..8a3df90 100644 --- a/src/threads/init.h +++ b/src/threads/init.h @@ -6,16 +6,7 @@ #include #include -/* Physical memory size, in 4 kB pages. */ -extern size_t ram_pages; - /* Page directory with kernel mappings only. */ extern uint32_t *init_page_dir; -/* -q: Power off when kernel tasks complete? */ -extern bool power_off_when_done; - -void power_off (void) NO_RETURN; -void reboot (void); - #endif /* threads/init.h */