Skip to content
Snippets Groups Projects
Commit 1740ff57 authored by Maria Matejka's avatar Maria Matejka
Browse files

Revert "fixup! Multipage allocation"

This reverts commit a54f75f4.
parent a54f75f4
No related branches found
No related tags found
No related merge requests found
......@@ -58,14 +58,11 @@ u64 bt_random_state[] = {
0x53d9772877c1b647, 0xab8ce3eb466de6c5, 0xad02844c8a8e865f, 0xe8cc78080295065d
};
void resource_sys_init(void);
void
bt_init(int argc, char *argv[])
{
int c;
resource_sys_init();
initstate(BT_RANDOM_SEED, (char *) bt_random_state, sizeof(bt_random_state));
bt_verbose = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment