2 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
11 /* Changed by set_umid_arg */
12 static int umid_inited
= 0;
14 static int __init
set_umid_arg(char *name
, int *add
)
19 printf("umid already set\n");
26 printf("umid '%s' already in use\n", name
);
33 __uml_setup("umid=", set_umid_arg
,
35 " This is used to assign a unique identity to this UML machine and\n"
36 " is used for naming the pid file and management console socket.\n\n"