Subversion Repositories Kolibri OS

Rev

Rev 6336 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6336 Rev 6588
Line 37... Line 37...
37
 
37
 
38
static inline bool drm_arch_can_wc_memory(void)
38
static inline bool drm_arch_can_wc_memory(void)
39
{
39
{
40
#if defined(CONFIG_PPC) && !defined(CONFIG_NOT_COHERENT_CACHE)
40
#if defined(CONFIG_PPC) && !defined(CONFIG_NOT_COHERENT_CACHE)
-
 
41
	return false;
-
 
42
#elif defined(CONFIG_MIPS) && defined(CONFIG_CPU_LOONGSON3)
41
	return false;
43
	return false;
42
#else
44
#else
43
	return true;
45
	return true;
44
#endif
46
#endif