Don't try to access external files from SKI unless we are actually running
in SKI.
This commit is contained in:
parent
a9a90c0600
commit
2085d4eb3c
@ -288,6 +288,9 @@ ssc_clone (void *arg, char *name, int namelen, dev_t *dev)
|
||||
static void
|
||||
ssc_drvinit(void *unused)
|
||||
{
|
||||
if (!ia64_running_in_simulator())
|
||||
return;
|
||||
|
||||
ssccreate(-1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user