2 * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
10 #include "linux/kernel.h"
12 /* Changed by set_umid_arg */
13 static int umid_inited = 0;
15 static int __init set_umid_arg(char *name, int *add)
20 printf("umid already set\n");
27 printf("umid '%s' already in use\n", name);
34 __uml_setup("umid=", set_umid_arg,
36 " This is used to assign a unique identity to this UML machine and\n"
37 " is used for naming the pid file and management console socket.\n\n"