Subversion Repositories Kolibri OS

Rev

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

Rev 5078 Rev 5128
Line 32... Line 32...
32
#include "radeon_trace.h"
32
#include "radeon_trace.h"
Line 33... Line 33...
33
 
33
 
34
int radeon_semaphore_create(struct radeon_device *rdev,
34
int radeon_semaphore_create(struct radeon_device *rdev,
35
			    struct radeon_semaphore **semaphore)
35
			    struct radeon_semaphore **semaphore)
36
{
36
{
37
	uint32_t *cpu_addr;
37
	uint64_t *cpu_addr;
Line 38... Line 38...
38
	int i, r;
38
	int i, r;
39
 
39
 
40
	*semaphore = kmalloc(sizeof(struct radeon_semaphore), GFP_KERNEL);
40
	*semaphore = kmalloc(sizeof(struct radeon_semaphore), GFP_KERNEL);