Remove legacy MM, FS, and FS_PROC_NR macros

This commit is contained in:
Arun Thomas
2010-06-08 13:58:01 +00:00
parent 7bd7946346
commit 4c10a31440
114 changed files with 152 additions and 155 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ PUBLIC int do_exec_newmem()
int r, flags;
char *stack_top;
if (who_e != FS_PROC_NR && who_e != RS_PROC_NR)
if (who_e != VFS_PROC_NR && who_e != RS_PROC_NR)
return EPERM;
proc_e= m_in.EXC_NM_PROC;