Subversion Repositories Kolibri OS

Rev

Rev 6588 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6588 Rev 6591
Line 96... Line 96...
96
	kfree(memory);
96
	kfree(memory);
97
}
97
}
Line 98... Line 98...
98
 
98
 
99
static inline acpi_thread_id acpi_os_get_thread_id(void)
99
static inline acpi_thread_id acpi_os_get_thread_id(void)
100
{
100
{
101
	return (acpi_thread_id) (unsigned long)current;
101
    return (acpi_thread_id) (unsigned long)-1;
Line 102... Line 102...
102
}
102
}
103
 
103
 
104
/*
104
/*