mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 22:56:25 +08:00
Delete kern_proc.c and kern_resource.c
This commit is contained in:
@@ -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
Reference in New Issue
Block a user