Rev 2635 | Rev 2643 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2635 | Rev 2637 | ||
---|---|---|---|
Line 151... | Line 151... | ||
151 | 151 | ||
152 | /* |
152 | /* |
153 | * Ask VFS for callback connection. |
153 | * Ask VFS for callback connection. |
154 | */ |
154 | */ |
155 | ipcarg_t phonehash; |
155 | ipcarg_t phonehash; |
156 | ipc_connect_to_me(vfs_phone, 0, 0, &phonehash); |
156 | ipc_connect_to_me(vfs_phone, 0, 0, 0, &phonehash); |
157 | 157 | ||
158 | /* |
158 | /* |
159 | * Allocate piece of address space for PLB. |
159 | * Allocate piece of address space for PLB. |
160 | */ |
160 | */ |
161 | plb_ro = as_get_mappable_page(PLB_SIZE); |
161 | plb_ro = as_get_mappable_page(PLB_SIZE); |