Delete kern_proc.c and kern_resource.c

This commit is contained in:
Sebastian Huber
2013-10-24 11:49:55 +02:00
parent bc6dabab31
commit 6ca6aa893b
5 changed files with 0 additions and 3479 deletions

View File

@@ -426,13 +426,11 @@ proc0_init(void *dummy __unused)
*/
p->p_magic = P_MAGIC;
p->p_osrel = osreldate;
#endif /* __rtems__ */
/*
* Initialize thread and process structures.
*/
procinit(); /* set up proc zone */
#ifndef __rtems__
threadinit(); /* set up UMA zones */
/*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff