Deleted Added
sdiff udiff text old ( 231844 ) new ( 235945 )
full compact
1/******************************************************************************
2 *
3 * Module Name: osunixxf - UNIX OSL interfaces
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 1227 unchanged lines hidden (view full) ---

1236 if (ret)
1237 {
1238 AcpiOsPrintf("Create thread failed");
1239 }
1240 return (0);
1241}
1242
1243#endif /* ACPI_SINGLE_THREADED */