Subversion Repositories HelenOS

Rev

Rev 1888 | Rev 2007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1888 Rev 1958
Line 188... Line 188...
188
     */
188
     */
189
    p->soft_valid = 1;
189
    p->soft_valid = 1;
190
}
190
}
191
 
191
 
192
extern void page_arch_init(void);
192
extern void page_arch_init(void);
-
 
193
extern void page_fault(int n, istate_t *istate);
193
 
194
 
194
#endif /* __ASM__ */
195
#endif /* __ASM__ */
195
 
196
 
196
#endif /* KERNEL */
197
#endif /* KERNEL */
197
 
198