File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ static Lock* s_hostname_lock;
63
63
static VirtualAddress s_info_page_address_for_userspace;
64
64
static VirtualAddress s_info_page_address_for_kernel;
65
65
VirtualAddress g_return_to_ring3_from_signal_trampoline;
66
- VirtualAddress g_return_to_ring0_from_signal_trampoline;
67
66
HashMap<String, OwnPtr<Module>>* g_modules;
68
67
69
68
pid_t Process::allocate_pid ()
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ timeval kgettimeofday();
29
29
void kgettimeofday (timeval&);
30
30
31
31
extern VirtualAddress g_return_to_ring3_from_signal_trampoline;
32
- extern VirtualAddress g_return_to_ring0_from_signal_trampoline;
33
32
34
33
class Process : public InlineLinkedListNode <Process>
35
34
, public Weakable<Process> {
You can’t perform that action at this time.
0 commit comments