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

View File

@@ -76,7 +76,7 @@ PUBLIC struct boot_image image[] = {
{PM_PROC_NR, 0,500, 4, 0, "pm" },
{SCHED_PROC_NR, 0,500, 4, 0, "sched" },
{FS_PROC_NR, 0,500, 5, 0, "vfs" },
{VFS_PROC_NR, 0,500, 5, 0, "vfs" },
{MEM_PROC_NR, BVM_F, 50, 3, 0, "memory"},
{LOG_PROC_NR, BVM_F, 50, 2, 0, "log" },
{TTY_PROC_NR, BVM_F, 50, 1, 0, "tty" },